OSDN Git Service

* breakpoint.h (struct breakpoint_ops): New.
authordrow <drow>
Sun, 27 Apr 2003 01:11:10 +0000 (01:11 +0000)
committerdrow <drow>
Sun, 27 Apr 2003 01:11:10 +0000 (01:11 +0000)
commitfc0834497ead9c838b473fc695009abd8b83da3f
tree30c184d7a71cda0d7102b95898d9a6717d077026
parent073a574fca41e1604f7a3795ce62f8466605e126
* 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