* breakpoint.h (enum enable): New enum shlib_disabled for
authorJeff Law <law@redhat.com>
Fri, 8 Mar 1996 19:16:33 +0000 (19:16 +0000)
committerJeff Law <law@redhat.com>
Fri, 8 Mar 1996 19:16:33 +0000 (19:16 +0000)
commit3c5124da490a9dc51aee29e7416767e9173ab74c
treef67f3a3fe9914369eb1a7e21dfe0a58cb158a5b2
parent4972c44eb37ad94a8655611eaf0ca84ccb84c622
    * breakpoint.h (enum enable): New enum shlib_disabled for
        shared library breakpoints that have been temporarily disabled.
        * breakpoint.c: Handle temporarily disabled shared library
        breakpoints like disabled breakpoints in most places.
        (insert_breakpoints): Use shlib_disabled to indicate
        that an unsettable breakpoint is only temporarily disabled.
        (re_enable_breakpoints_in_shlibs): New function.
        * corelow.c (solib_add_stub): After adding shared libraries,
        try to reenable any temporarily disabled breakpoints.
        * infcmd.c (attach_command): Likewise.
        * infrun.c (wait_for_inferior): Likewise.
Hopefully the last 7763 related patches for a while.
gdb/corelow.c