diff options
author | David Taylor <taylor@redhat.com> | 1999-01-19 16:20:39 +0000 |
---|---|---|
committer | David Taylor <taylor@redhat.com> | 1999-01-19 16:20:39 +0000 |
commit | 5337bd558beaa4f86b7cf9855ffee766754b3b42 (patch) | |
tree | 3131626f9e1ea84d2ab379c26ff6848b0e185001 /gdb/ChangeLog | |
parent | 9a0c4d8ca956b9b7b064d0e435fef7038880093f (diff) | |
download | gdb-5337bd558beaa4f86b7cf9855ffee766754b3b42.zip gdb-5337bd558beaa4f86b7cf9855ffee766754b3b42.tar.gz gdb-5337bd558beaa4f86b7cf9855ffee766754b3b42.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
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 <taylor@texas.cygnus.com> + * 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. |