2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index ed10cf0132928ecf3191465bf8d50a32c773cd21..97635657693d3e45cc2e5965ce8fa4a4e255e223 100644 (file)
@@ -1,3 +1,188 @@
+2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * infcall.c (show_unwind_on_terminating_exception_p): New
+       function.
+       (call_function_by_hand): Create breakpoint and clean-up call for
+       std::terminate.breakpoint. Add unwind_on_terminating_exception_p
+       gate. Pop frame on breakpoint hit.
+       (_initialize_infcall): Add add_setshow_boolean_cmd for
+       unwind-on-terminating-exception.
+
+2009-06-12  Kevin Buettner  <kevinb@redhat.com>
+
+       * dwarf2read.c (dwarf2_psymtab_to_symtab): Propagate
+       `has_section_at_zero' flag from stripped objfile to separate,
+       debug info only, objfile.
+
+2009-06-12  Pedro Alves  <pedro@codesourcery.com>
+
+       * exec.h (section_table_xfer_memory_partial): Improve description,
+       mention SECTION_NAME.
+       * exec.c (section_table_xfer_memory_partial): Remove stale
+       description.
+
+2009-06-11  Aleksandar Ristovski  <aristovski@qnx.com>
+
+       * nto-tdep.h (nto_generic_supply_gpregset)
+       (nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove.
+       * nto-tdep.c (nto_generic_supply_gpregset)
+       (nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove.
+
+2009-06-11  Aleksandar Ristovski  <aristovski@qnx.com>
+
+       * i386-nto-tdep.c (I386_NTO_SIGCONTEXT_OFFSET): Remove define.
+       (i386nto_sigcontext_addr): Change the way context address is calculated.
+       (i386nto_init_abi): Remove usage of deprecated sc_reg_offset and
+       sc_sp_offset and set sc_reg_offset and sc_num_regs.
+
+2009-06-11  Aleksandar Ristovski  <aristovski@qnx.com>
+
+       * i386-nto-tdep.c (i386_nto_target): Remove definition.
+       (init_i386nto_ops): Use macros to set fields to global
+       current_nto_target directly.
+       (i386nto_init_abi): Remove unused nto_set_target call.
+       * nto-tdep.h (nto_set_target): Remove unused declaration.
+       * nto-tdep.c (nto_set_target): Remove unused function.
+
+2009-06-11  Pedro Alves  <pedro@codesourcery.com>
+
+       * breakpoint.c (break_command_really): Rename local variable
+       breakpoint_chain to bkpt_chain.
+
+2009-06-11  Aleksandar Ristovski  <aristovski@qnx.com>
+
+       Add support for XMM registers.
+       * i386-nto-tdep.c (i386nto_regset_id): Add case for SSE register set.
+       (i386nto_register_area): Correctly calculate offsets and sizes for
+       all supported registers.
+
+2009-06-11  Tom Tromey  <tromey@redhat.com>
+
+       * eval.c (evaluate_subexp_standard) <OP_OBJC_MSGCALL>: Remove
+       'static' from local variable definitions.
+
+2009-06-11  Pedro Alves  <pedro@codesourcery.com>
+
+       * symtab.c (append_expanded_sal): Remove unused local variables.
+
+2009-06-11  Pedro Alves  <pedro@codesourcery.com>
+
+       * infrun.c (sched_multi): New global.
+       (resume): If sched_multi is set, resume only threads of the
+       current inferior.
+       (prepare_to_proceed): Don't switch over to wait_ptid if we're
+       resuming a different inferior, and sched_multi is off.
+       (show_schedule_multiple): New.
+       (_initialize_infrun): Register new "set schedule-multiple" command.
+       * inferior.h (sched_multi): Declare.
+       * NEWS: Mention new "schedule-multiple" setting.
+
+2009-06-11  Pedro Alves  <pedro@codesourcery.com>
+
+       * varobj.c (varobj_create): Properly restore the selected frame.
+
+2009-06-05  Tom Tromey  <tromey@redhat.com>
+
+       * inferior.c (print_inferior): Make a table, not a list.  Emit
+       table headers.
+
+2009-06-10  Jonas Maebe  <jonas.maebe@elis.ugent.be>
+
+       * darwin-nat.c (darwin_stop_inferior): Pass 0 as options to
+       darwin_wait (blocking wait).
+       (darwin_kill_inferior): Likewise.
+
+2009-06-10  Pedro Alves  <pedro@codesourcery.com>
+
+       * infrun.c (handle_inferior_event): Update comment around trying
+       to revert back to a stepping thread that has exited.
+
+2009-06-10  Cary Coutant  <ccoutant@google.com>
+
+       * dwarf2read.c (dwarf_decode_lines): Recognize and ignore
+       DW_LNE_set_discriminator.
+
+2009-06-10  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * breakpoint.c: ARI fixes.
+       (create_overlay_event_breakpoint): Avoid assignment inside if statement.
+       (print_one_breakpoint_location): Likewise.
+       (create_longjmp_breakpoint): Likewise.
+       (tracepoint_save_command): Likewise
+       (bpstat_find_step_resume_breakpoint): No operator at end of line.
+       (bpstat_stop_status): Likewise.
+       (describe_other_breakpoints): Likewise.
+       (hw_watchpoint_used_count): Likewise.
+       (expand_line_sal_maybe): Likewise.
+       (break_command_really): Likewise.
+       (delete_command): Likewise.
+       (do_enable_breakpoint): Likewise.
+       (delete_trace_command): Likewise.
+       (catch_exception_command_1): Likewise and remove extra parentheses.
+
+2009-06-08  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * breakpoint.c (_initialize_breakpoint): Remove "bu" command alias of
+       "ubreak" command that does not exist.
+
+2009-06-08  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * cli/cli-decode.c (add_alias_cmd): Correct assertion.
+
+2009-06-07  Pedro Alves  <pedro@codesourcery.com>
+
+       * hppa-tdep.c (_initialize_hppa_tdep): Add declaration.
+
+2009-06-07  Pedro Alves  <pedro@codesourcery.com>
+
+       * procfs.h: New.
+       * proc-utils.h (procfs_first_available): Don't declare here.
+       * sol-thread.c: Include procfs.h instead of sys/procfs.h and
+       proc-utils.h.
+       * procfs.c: Include procfs.h.
+       (procfs_target): Make it public.  Don't register
+       procfs_can_use_hw_breakpoint here.
+       (proc_set_watchpoint): Check for PCWATCH or PIOCSWATCH being
+       defined instead of TARGET_HAS_HARDWARE_WATCHPOINTS.
+       (procfs_can_use_hw_breakpoint): Remove check of
+       TARGET_HAS_HARDWARE_WATCHPOINTS.
+       (procfs_use_watchpoints): Register procfs_can_use_hw_breakpoint
+       here.
+       (_initialize_procfs): Don't add the procfs target here.
+
+       * i386-sol2-nat.c: Include target.h and procfs.h.
+       (_initialize_amd64_sol2_nat): Install the procfs target here,
+       customized with watchpoints support.
+       * irix5-nat.c: Include target.h.
+       (_initialize_core_irix5): Rename to ...
+       (_initialize_irix5_nat): ... this.  Install the procfs target
+       here, customized with watchpoints support.
+       * alpha-nat.c: Include procfs.h.
+       (_initialize_core_alpha): Rename to...
+       (_initialize_alpha_nat): ... this.  Install the procfs target
+       here, customized with watchpoints support.
+       * sparc-sol2-nat.c: Include target.h and procfs.h.
+       (_initialize_sparc_sol2_nat): New.
+
+       * config/i386/nm-i386sol2.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
+       * config/sparc/nm-sol2.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
+       * config/mips/irix5.mh (NAT_FILE): Delete.
+       * config/mips/irix6.mh (NAT_FILE): Delete.
+       * config/mips/nm-irix5.h: Delete.
+
+20009-06-07  Pedro  Alves  <pedro@codesourcery.com>
+
+       * auxv.c (procfs_xfer_auxv): Change type of the `object' argument
+       to enum target_object.  Cleanup comments.
+       * auxv.h: Include "target.h".  Cleanup comments to not mention
+       NATIVE_XFER_AUXV anymore.
+
+2009-06-07  Pedro Alves  <pedro@codesourcery.com>
+
+       * inferior.h (procfs_first_available): Move declaration to...
+       * proc-utils.h: ... here.
+       * sol-thread.c: Include procfs.h and proc-utils.h.
+
 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
 
        * inferior.h (proc_iterate_over_mappings): Delete declaration.
This page took 0.02632 seconds and 4 git commands to generate.