diff options
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9d7c464..9ffad82 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -32,6 +32,20 @@ Mon Feb 19 15:25:51 1996 J.T. Conklin <jtc@rtl.cygnus.com> * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG): Define. +Mon Feb 19 10:32:05 1996 Jeffrey A Law (law@cygnus.com) + + * symtab.h (looup_minimal_symbol_solib_trampoline): Declare. + + * 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. + + * breakpoint.c (breakpoint_1): Add missing "sigtramp" to bptypes + name array. + Mon Feb 19 01:09:32 1996 Doug Evans <dje@cygnus.com> * dwarfread.c (add_partial_symbol): Use ADD_PSYMBOL_ADDR_TO_LIST |