]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* breakpoint.h (struct breakpoint_ops): New.
authorDaniel Jacobowitz <drow@false.org>
Sun, 27 Apr 2003 01:11:10 +0000 (01:11 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 27 Apr 2003 01:11:10 +0000 (01:11 +0000)
commit3086aeaed22acb8842edf19a78623790ab8962a3
tree684448027aa91d891d0dc82f10a3c0ba9125db96
parent44c0647d80a5a39151e40f373c72841b940aee64
* breakpoint.h (struct breakpoint_ops): New.
(struct breakpoint): Add ops member.

* breakpoint.c (print_bp_stop_message, print_one_breakpoint)
(mention): Use new breakpoint ops member.
(set_raw_breakpoint): Initialize ops field to NULL.
(print_exception_catchpoint, print_one_exception_catchpoint)
(print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
(gnu_v3_exception_catchpoint_ops): New.
(catch_exception_command_1): Call handle_gnu_v3_exceptions.
gdb/ChangeLog
gdb/breakpoint.c
gdb/breakpoint.h