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/breakpoint.h | |
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/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 0b6fff5..787ac55 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -577,7 +577,7 @@ extern void create_solib_event_breakpoint PARAMS ((CORE_ADDR)); extern void remove_solib_event_breakpoints PARAMS ((void)); -extern void disable_breakpoints_in_shlibs PARAMS ((void)); +extern void disable_breakpoints_in_shlibs PARAMS ((int silent)); extern void re_enable_breakpoints_in_shlibs PARAMS ((void)); |