* symtab.h (looup_minimal_symbol_solib_trampoline): Declare.
authorJeff Law <law@redhat.com>
Mon, 19 Feb 1996 17:38:32 +0000 (17:38 +0000)
committerJeff Law <law@redhat.com>
Mon, 19 Feb 1996 17:38:32 +0000 (17:38 +0000)
commitff7f8f2d1e8f216693d815116d168166603ba262
tree64f431eeab153685692068e70477448986860eee
parenta9c5cc539ed6cb39e88f24d68c948590f38d096f
    * symtab.h (looup_minimal_symbol_solib_trampoline): Declare.
Minor build nit.

        * breakpoint.h (remove_solib_event_breakpoints): Declare.
        * breakpoint.c (remove_solib_event_breakpoints): New function.
        * somsolib.c (solib_create_inferior_hook): Remove all solib event
        breakpoints before inserting any new ones.  Use a solib event
        breakpoint for the breakpoint at "_start".
        Remove extraneous "\n" from calls to warning.
Don't leave bogus breakpoints in the breakpoint chain.  Simplify
solib_create_inferior_hook and allow for debugging of startup code
(more 7763 related changes).

        * breakpoint.c (breakpoint_1): Add missing "sigtramp" to bptypes
        name array.
Another minor nit.
gdb/somsolib.c