Remove support for catch load and catch unload commands.
commitda1b5d9dc941afa45eeb2b126c82f7502cd0525d
authorJoel Brobecker <brobecker@gnat.com>
Sun, 16 Nov 2008 18:01:46 +0000 (16 18:01 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Sun, 16 Nov 2008 18:01:46 +0000 (16 18:01 +0000)
treec569c9138c677b78e10d53a7f9a5bd418c7c9025
parent227ad0969c90da67897154b45c19e65583a4bdfb
    Remove support for catch load and catch unload commands.

        * breakpoint.h (enum bptype): Remove bp_catch_load and bp_catch_unload.
        (struct breakpoint): Remove fields dll_pathname and
        triggered_dll_pathname.
        (bpstat_get_triggered_catchpoints, ep_is_shlib_catchpoint): Delete.
        * breakpoint.c (ep_is_catchpoint): Remove handling of
        bp_catch_load and bp_catch_unload.
        (print_it_typical, bpstat_check_location, bpstat_what)
        (print_one_breakpoint_location, print_one_breakpoint_location)
        (user_settable_breakpoint, allocate_bp_location)
        (set_raw_breakpoint_without_location, mention, delete_breakpoint,
        (breakpoint_re_set_one, disable_command, enable_command): Likewise.
        (ep_is_shlib_catchpoint, bpstat_get_triggered_catchpoints)
        (catch_load_command_1, catch_unload_command_1): Delete.
        (_initialize_breakpoint): Remove the "catch load" and "catch unload"
        command creation.
        * infrun.c (handle_inferior_event): Remove the handling of
        load/unload catchpoint events.
gdb/ChangeLog
gdb/breakpoint.c
gdb/breakpoint.h
gdb/infrun.c