From 1169c958034a9cc0cd94acecd104b89243c15ba8 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Sun, 27 Dec 1992 04:59:09 +0000 Subject: [PATCH] * solib.c (BKPT_AT_MAIN): Change to BKPT_AT_SYMBOL. * solib.c (bkpt_names): New array of symbol names to try to use for the "mapping complete" breakpoint. Configurable define SOLIB_BKPT_NAME is first one to try. * solib.c (find_solib): Test debug_base for nonzero rather than just greater than zero. * solib.c (enable_break): Use bkpt_names to look up address at which to set "mapping complete" breakpoint. --- gdb/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 46d4973c16e..8254fd564ca 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +Sat Dec 26 20:51:41 1992 Fred Fish (fnf@cygnus.com) + + * solib.c (BKPT_AT_MAIN): Change to BKPT_AT_SYMBOL. + * solib.c (bkpt_names): New array of symbol names to try to + use for the "mapping complete" breakpoint. Configurable + define SOLIB_BKPT_NAME is first one to try. + * solib.c (find_solib): Test debug_base for nonzero rather + than just greater than zero. + * solib.c (enable_break): Use bkpt_names to look up address + at which to set "mapping complete" breakpoint. + Tue Dec 22 20:33:38 1992 Fred Fish (fnf@cygnus.com) * defs.h (STRCMP, STREQ, STREQN): New macros. -- 2.30.2