* win32-nat.c (do_initial_win32_stuff): Set inferior_ptid.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index b508f6733d5d00fc4ef45c7b8bde6d17c134ad39..bb0d830c1df0294e92f8f2d0639b38f427d496d4 100644 (file)
@@ -1,3 +1,325 @@
+2008-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
+           Pedro Alves  <pedro@codesourcery.com>
+
+       * win32-nat.c (do_initial_win32_stuff): Set inferior_ptid.
+
+
+2008-10-01  Tom Tromey  <tromey@redhat.com>
+
+       * symtab.c (search_symbols): Update.
+       * symtab.h (domain_enum_tag) <METHODS_DOMAIN>: Remove.
+
+2008-10-01  Tom Tromey  <tromey@redhat.com>
+
+       * symfile.c (syms_from_objfile): Update.
+       (reread_symbols): Update.
+       * objfiles.h (OBJF_SYMS): Remove.
+       (OBJF_REORDERED): Renumber.
+       (OBJF_SHARED): Likewise.
+       (OBJF_READNOW): Likewise.
+       (OBJF_USERLOADED): Likewise.
+
+2008-10-01  Tom Tromey  <tromey@redhat.com>
+
+       * symtab.c (find_pc_sect_psymtab): Use MSYMBOL_TYPE.
+       (find_pc_sect_symtab): Likewise.
+       * symmisc.c (dump_msymbols): Use MSYMBOL_TYPE.
+       * solib-som.c (som_solib_desire_dynamic_linker_symbols): Use
+       MSYMBOL_TYPE, not SYMBOL_TYPE.
+       * parse.c (write_exp_msymbol): Use MSYMBOL_TYPE.
+       * objc-lang.c (find_methods): Use MSYMBOL_TYPE.
+       * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Use
+       MSYMBOL_TYPE.
+       * m2-exp.y (yylex): Use SYMBOL_CLASS.
+
+2008-10-01  Tom Tromey  <tromey@redhat.com>
+
+       * xcoffread.c (RECORD_MINIMAL_SYMBOL): Update.
+       (scan_xcoff_symtab): Update.
+       * mdebugread.c (record_minimal_symbol): Update.
+       (parse_partial_symbols): Update.
+       * elfread.c (record_minimal_symbol): Update.
+       * dbxread.c (record_minimal_symbol): Update.
+       * coffread.c (record_minimal_symbol): Update.
+       * sh64-tdep.c (MSYMBOL_IS_SPECIAL): Redefine.
+       (sh64_elf_make_msymbol_special): Update.
+       * mips-tdep.c (mips_elf_make_msymbol_special): Use
+       MSYMBOL_TARGET_FLAG_1.
+       (mips_elf_make_msymbol_special): Likewise.
+       (msymbol_is_special): Likewise.
+       * minsyms.c (prim_record_minimal_symbol_and_info): Update.
+       (install_minimal_symbols): Likewise.
+       (prim_record_minimal_symbol): Update.
+       (prim_record_minimal_symbol_and_info): Remove 'info' argument.
+       * m68hc11-tdep.c (MSYMBOL_SET_RTC): Redefine.
+       (MSYMBOL_SET_RTI): Redefine.
+       (MSYMBOL_IS_RTC): Redefine.
+       (MSYMBOL_IS_RTI): Redefine.
+       * arm-tdep.c (MSYMBOL_SET_SPECIAL): Redefine.
+       (MSYMBOL_IS_SPECIAL): Redefine.
+       * symtab.h (struct minimal_symbol) <info>: Remove.
+       <target_flag_1, target_flag_2>: New fields.
+       (MSYMBOL_INFO): Remove.
+       (MSYMBOL_TARGET_FLAG_1): New macro.
+       (MSYMBOL_TARGET_FLAG_2): Likewise.
+       (prim_record_minimal_symbol_and_info): Update.
+
+2008-09-30  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (is_digits_suffix): Delete unused function.
+
+2008-09-30  Paul Hilfinger  <hilfinger@adacore.com>
+
+       * ada-lang.c (ada_modulus): Correct to avoid sign problem with
+       moduli >= 2**31.
+
+2008-09-30  Paul Hilfinger  <hilfinger@adacore.com>
+
+       * ada-lang.c (ada_lookup_struct_elt_type): Handle case of a "naked"
+       variant branch.
+       (empty_record): Use INIT_CPLUS_SPECIFIC, since this field is not
+       supposed to be null.  Fixes debugger segfaults.
+       (is_unchecked_variant): New function.
+       (to_fixed_variant_branch_type): Modify to leave unchecked unions
+       untouched.
+       (ada_template_to_fixed_record_type_1): Fix comment.
+
+2008-09-30  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (standard_exc): New static constant.
+       (ada_exception_catchpoint_cond_string): Add special handling
+       for the predefined exceptions.
+
+2008-09-30  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (ADA_RETAIN_DOTS): Delete this dead macro.  Update
+       the code accordingly.
+
+2008-09-30  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (ada_evaluate_subexp) [UNOP_IND]: Remove strange
+       treatment of expect_type. Return the correct type when dereferencing
+       an integer.
+
+2008-09-30  Tom Tromey  <tromey@redhat.com>
+
+       PR gdb/2484:
+       * symtab.c (struct add_macro_name_data): New struct.
+       (add_macro_name): New function.
+       (default_make_symbol_completion_list): Complete macro names.
+       * scm-lang.c (scm_language_defn): Update.
+       * p-lang.c (pascal_language_defn): Update.
+       * objc-lang.c (objc_language_defn): Update.
+       * macrotab.h (macro_callback_fn): Add user_data argument.
+       (macro_for_each): Likewise.
+       (macro_for_each_in_scope): Declare.
+       * macrotab.c: (struct macro_for_each_data): New struct.
+       (foreach_macro): Use it.
+       (macro_for_each): Likewise.
+       (foreach_macro_in_scope): New function.
+       (macro_for_each_in_scope): Likewise.
+       * macrocmd.c (print_one_macro): Add argument.
+       (macro_list_command): Pass NULL to macro_for_each.
+       * m2-lang.c (m2_language_defn): Update.
+       * language.h (struct language_defn) <la_macro_expansion>: New
+       field.
+       (macro_expansion): New enum.
+       * language.c (unknown_language_defn): Update.  Fix order of
+       initializers.
+       (auto_language_defn): Likewise.
+       (local_language_defn): Update.
+       * jv-lang.c (java_language_defn): Update.
+       * f-lang.c (f_language_defn): Update.
+       * c-lang.c (c_language_defn): Update.
+       (cplus_language_defn): Likewise.
+       (asm_language_defn): Likewise.
+       (minimal_language_defn): Likewise.
+       * ada-lang.c (ada_language_defn): Update.
+
+2008-09-30  Joel Brobecker  <brobecker@adacore.com>
+
+       * dwarf2read.c (dwarf2_get_subprogram_pc_bounds): New function.
+       (get_scope_pc_bounds): Use it.
+
+2008-09-27  Tom Tromey  <tromey@redhat.com>
+
+       * NEWS: Update.
+       * macrocmd.c (extract_identifier): Add is_parameter argument.
+       (macro_define_command): Update.
+       (macro_undef_command): Likewise.
+       * macroexp.c (stringify): New function.
+       (find_parameter): Likewise.
+       (gather_arguments): Add nargs argument.  Handle varargs.
+       (substitute_args): Add is_varargs and va_arg_name arguments.
+       Handle varargs, splicing, stringification.  Use find_parameter.
+       (expand): Handle varargs.
+
+2008-09-27  Tom Tromey  <tromey@redhat.com>
+
+       * scm-lang.c (scm_language_defn): Update.
+       * p-typeprint.c (pascal_print_typedef): New function.
+       * p-lang.h: (pascal_print_typedef): Declare.
+       * p-lang.c (pascal_language_defn): Update.
+       * objc-lang.c (objc_language_defn): Update.
+       * m2-typeprint.c (m2_print_typedef): New function.
+       * m2-lang.h (m2_print_typedef): Declare.
+       * m2-lang.c (m2_language_defn): Update.
+       * language.h (_LANG_c, _LANG_m2, _LANG_fortran, _LANG_pascal):
+       Remove.
+       (struct language_defn) <la_print_typedef>: New field.
+       (default_print_typedef): Declare.
+       (LA_PRINT_TYPEDEF): New define.
+       * language.c (unknown_language_defn): Update.
+       (auto_language_defn): Update.
+       (local_language_defn): Update.
+       * jv-lang.c (java_language_defn): Update.
+       * f-lang.c (f_language_defn): Update.
+       * c-typeprint.c (c_print_typedef): New function.
+       * c-lang.h (c_print_typedef): Declare.
+       * c-lang.c (c_language_defn): Update.
+       (cplus_language_defn): Update.
+       (asm_language_defn): Update.
+       (minimal_language_defn): Update.
+       * ada-lang.c (ada_language_defn): Update.
+       * typeprint.c (default_print_typedef): New function.
+
+2008-09-27  Tom Tromey  <tromey@redhat.com>
+
+       * jv-exp.y (insert_exp): Define using ISO syntax.
+       (copy_exp): Likewise.
+       (push_expression_name): Likewise.
+       (push_fieldnames): Likewise.
+       (java_type_from_name): Likewise.
+       (yyerror): Likewise.
+       (yylex): Likewise.
+       (parse_number): Likewise.
+
+2008-09-26  Joel Brobecker  <brobecker@adacore.com>
+
+       * MAINTAINERS (GLOBAL MAINTAINERS): Add Pedro Alves.
+
+2008-09-25  Stephan Springl  <springl-gdb@bfw-online.de> (tiny change)
+
+       * stack.c (print_frame_args): Fix typos in comments.
+
+2008-09-25  Sérgio Durigan Júnior  <sergiodj@linux.vnet.ibm.com>
+
+       * linux-nat.c (get_pending_status): Fix argument to WIFSTOPPED.
+
+2008-09-24  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * remote-sim.c (gdbsim_create_inferior): Fix missing parenthesis.
+       
+2008-09-24  Andreas Schwab  <schwab@suse.de>
+
+       * frame.c (get_frame_register_bytes): Take pseudo registers into
+       account.  Avoid excessive function calls.
+
+2008-09-23  Doug Evans  <dje@google.com>
+
+       * dcache.c (state_chars): New static global.
+       (ENTRY_INVALID,ENTRY_VALID): Renamed from ENTRY_BAD,ENTRY_OK.
+       All uses updated.
+       (dcache_info): Print cache state as mnemonically useful letters instead
+       of magic numbers.
+
+       * dwarf2read.c (comp_unit_head): Reorganize for better packing.
+
+2008-09-22  Tom Tromey  <tromey@redhat.com>
+
+       * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't use
+       printf_filtered.
+
+2008-09-22  Pedro Alves  <pedro@codesourcery.com>
+
+       * infrun.c (follow_exec): Don't do a generic mourn.  Instead
+       inline the required bits.
+       * breakpoint.h (enum inf_context): Add inf_execd.
+
+2008-09-22  Pedro Alves  <pedro@codesourcery.com>
+
+       * infrun.c (handle_inferior_event): In the follow exec case,
+       context-switch before doing anything else.
+
+2008-09-22  Pedro Alves  <pedro@codesourcery.com>
+
+       * top.c (any_thread_of, kill_or_detach): New functions.
+       (quit_target): Iterate over all inferiors, killing or detaching
+       accordingly.
+
+2008-09-22  Pedro Alves  <pedro@codesourcery.com>
+
+       Remove the attach_flag global, and make it per-inferior.
+
+       * inferior.h (attach_flag): Delete.
+       (inferior_process): Declare.
+       * solib.c (update_solib_list): Adjust.
+       * gnu-nat.c (gnu_create_inferior, gnu_attach): Adjust.
+       * inf-ptrace.c (inf_ptrace_detach): Adjust.
+       (inf_ptrace_files_info): Get it from the current inferior.
+       * inf-ttrace.c (inf_ttrace_attach): Adjust.
+       (inf_ttrace_files_info): Get it from the current
+       inferior.
+       * inflow.c (terminal_inferior, terminal_ours_1, set_sigint_trap)
+       (clear_sigint_trap): Get it from the current process.
+       * remote.c (extended_remote_attach_1)
+       (extended_remote_create_inferior_1): Adjust.
+       * top.c (quit_confirm, quit_target): Get it from the current inferior.
+       * procfs.c (do_detach): Adjust.
+       (procfs_wait): Get it from the event inferior.
+       (procfs_files_info): Get it from the current inferior.
+       * nto-procfs.c (procfs_files_info): Likewise.
+       (procfs_attach): Adjust.  Set the attach_flag here.
+       (do_attach): Don't set it here.
+       (procfs_detach): Don't clear it.
+       (procfs_mourn_inferior): Don't clear it.
+       * solib-osf.c (osf_solib_create_inferior_hook): Adjust.
+       * target.c (attach_flag): Delete.
+       (generic_mourn_inferior): Don't clear it.
+       * win32-nat.c (get_win32_debug_event): Get it from the event
+       process.
+       (do_initial_win32_stuff): Add attaching argument.  Set attach_flag
+       in the inferior accordingly.
+       (win32_attach): Don't set the attach_flag here.  Pass 1 to
+       do_intial_win32_stuff.
+       (win32_files_info): Get it from the current inferior.
+       (win32_create_inferior): Dont clear attach_flag here.  Pass 0 to
+       do_intial_win32_stuff.
+
+2008-09-22  Pedro Alves  <pedro@codesourcery.com>
+
+       Make the stop_soon global be per-inferior instead.
+
+       * infcmd.c (attach_command_post_wait): Adjust.
+       (attach_command): Likewise.
+
+       * inferior.h (stop_soon): Delete.
+       (struct inferior): Add stop_soon member.
+
+       * infrun.c (stop_soon): Delete.
+       (clear_proceed_status, start_remote)
+       (fetch_inferior_event, handle_inferior_event): Adjust.
+       (signal_stop_state): Don't check stop_soon here.  Check in callers
+       instead.
+       (save_inferior_status, restore_inferior_status): Adjust.
+
+       * linux-nat.c (linux_nat_resume, linux_nat_wait): Always pass
+       signals to common code if starting up the inferior.
+       
+       * inferior.h (struct inferior_info): Added stop_soon member.
+       * inferior.c (add_inferior) Clear stop_soon.
+
+       * mips-tdep.c (heuristic_proc_start): Adjust.
+       * nto-procfs.c (procfs_create_inferior): Adjust.
+       * solib-irix.c (irix_solib_create_inferior_hook): Adjust.
+       * solib-osf.c (osf_solib_create_inferior_hook): Adjust.
+       * solib-sunos.c (sunos_solib_create_inferior_hook): Adjust.
+       * solib-svr4.c (svr4_solib_create_inferior_hook): Adjust.
+
+       * win32-nat.c (do_initial_win32_stuff): Adjust.
+
+       * alpha-tdep.c (alpha_heuristic_proc_start): Adjust.
+
 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
 
        Implement remote multi-process extensions.
This page took 0.027854 seconds and 4 git commands to generate.