From 5337bd558beaa4f86b7cf9855ffee766754b3b42 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 19 Jan 1999 16:20:39 +0000 Subject: disable_breakpoints_in_shlibs now takes a new parameter -- silent; callers updated. new callers -- clear_solib (irix5-nat.c, osfsolib.c, solib.c). PR 16495 / PR 18213. --- gdb/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b6b9ab9..222d327 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,15 @@ Tue Jan 19 10:27:23 1999 David Taylor + * breakpoint.c (disable_breakpoints_in_shlibs): new parameter, + silent, controls whether to print message about removal of shared + library breakpoints. + * breakpoint.h (disable_breakpoints_in_shlibs): decl updated. + * irix5-nat.c (clear_solib): call disable_breakpoints_in_shlibs. + * osfsolib.c (clear_solib): ditto. + * solib.c (clear_solib): ditto. + * somsolib.c (som_solib_restart): update call to + disable_breakpoints_in_shlibs. + * target.h (child_post_attach): only declare if CHILD_POST_ATTACH is define. -- cgit v1.1