Remove unused support for target-based exception catching.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 583e090d2c6d961354f8022b9294e4b1871e7583..e0428ed62b42c5510567f42f216c8a5e5ac9ba7f 100644 (file)
@@ -1,3 +1,60 @@
+2007-12-12  Jim Blandy  <jimb@codesourcery.com>
+
+       Remove unused support for target-based exception catching.
+       * target.h (struct target_ops): Delete
+       to_enable_exception_callback and to_get_current_exception_event
+       members.
+       (target_enable_exception_callback)
+       (target_get_current_exception_event): Delete macros.
+       * target.c (update_current_target): Remove code to inherit and
+       default those members.
+       (debug_to_enable_exception_callback)
+       (debug_to_get_current_exception_event): Delete functions.
+       (setup_target_debug): Don't install those methods.
+       * inf-child.c (inf_child_enable_exception_callback)
+       (inf_child_get_current_exception_event): Delete dummy functions.
+       (inf_child_target): Don't install them in the target vector.
+       * breakpoint.h (enum bptype): Delete bp_catch_catch,
+       bp_catch_throw.
+       * breakpoint.c (cover_target_enable_exception_callback)
+       (ep_is_exception_catchpoint, create_exception_catchpoint): Delete
+       functions.
+       (insert_bp_location, update_breakpoints_after_exec)
+       (remove_breakpoint, ep_is_catchpoint, print_it_typical)
+       (bpstat_stop_status, bpstat_what)
+       (bpstat_get_triggered_catchpoints, print_one_breakpoint_location)
+       (user_settable_breakpoint, allocate_bp_location)
+       (disable_watchpoints_before_interactive_call_start)
+       (enable_watchpoints_after_interactive_call_stop, mention)
+       (delete_breakpoint, breakpoint_re_set_one, disable_command)
+       (enable_command): Remove exception catchpoint cases.
+       (catch_exception_command_1): Don't try target-based exception
+       handling.
+       * stack.c (catch_info): Call print_frame_label_vars
+       unconditionally.
+       
+2007-12-12  Nigel Stephens  <nigel@mips.com>
+            Maciej W. Rozycki  <macro@mips.com>
+
+       * remote-mips.c (mips_load): Use regcache_set_valid_p() instead
+       of setting deprecated_register_valid array directly.
+
+2007-12-07  Maciej W. Rozycki  <macro@mips.com>
+
+       * mips-tdep.c (extended_offset): Fix a comment.
+
+2007-12-07  Maciej W. Rozycki  <macro@mips.com>
+
+       * target.c (update_current_target): Inherit to_log_command.
+       * target.h (struct target_ops). Add to_log_command.
+       (target_log_command): New macro.
+       * top.c (execute_command): Call target_log_command() rather than
+       serial_log_command().
+       * monitor.c (init_base_monitor_ops): Initialize to_log_command.
+       * remote-m32r-sdi.c (init_m32r_ops): Likewise.
+       * remote-mips.c (_initialize_remote_mips): Likewise.
+       * remote.c (init_remote_ops): Likewise.
+
 2007-12-06  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * infrun.c (init_wait_for_inferior): Reset target_last_wait_ptid.
This page took 0.0266 seconds and 4 git commands to generate.