OSDN Git Service

* breakpoint.h (enum bptype): Delete bp_catch_exec.
authorJoel Brobecker <brobecker@gnat.com>
Thu, 30 Oct 2008 05:16:23 +0000 (05:16 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 30 Oct 2008 05:16:23 +0000 (05:16 +0000)
commitb7f4bf387d81be789ed289994dd1cbbc6a819047
tree2a9eebf8af5d21b344bf57169a43b797223ecbe8
parent9b7d6c018ec7368b9434a2e54cc80430827b1f81
    * breakpoint.h (enum bptype): Delete bp_catch_exec.
        * breakpoint.c (insert_catchpoint): Remove handling for
        bp_catch_exec breakpoint kinds.
        (insert_bp_location, update_breakpoints_after_exec, remove_breakpoint)
        (ep_is_catchpoint, print_it_typical, bpstat_check_location),
        (bpstat_check_location, bpstat_what, print_one_breakpoint_location)
        (print_one_breakpoint_location, user_settable_breakpoint)
        (breakpoint_address_is_meaningful, adjust_breakpoint_address)
        (allocate_bp_location, mention, breakpoint_re_set_one)
        (disable_command, enable_command): Likewise.
        (create_exec_event_catchpoint): Delete.
        (insert_catch_exec, remove_catch_exec, breakpoint_hit_catch_exec)
        (print_it_catch_exec, print_one_catch_exec, print_mention_catch_exec):
        New functions.
        (catch_exec_breakpoint_ops): New static global.
        (catch_exec_command_1): Use create_catchpoint instead of
        create_exec_event_catchpoint to create the exec catchpoint.
gdb/ChangeLog
gdb/breakpoint.c
gdb/breakpoint.h