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.
This commit is contained in:
David Taylor
1999-01-19 16:20:39 +00:00
parent 9a0c4d8ca9
commit 5337bd558b
7 changed files with 33 additions and 13 deletions

View File

@@ -1556,7 +1556,7 @@ som_solib_restart ()
/* Before the shlib info vanishes, use it to disable any breakpoints
that may still be active in those shlibs.
*/
disable_breakpoints_in_shlibs ();
disable_breakpoints_in_shlibs (0);
/* Discard all the shlib descriptors.
*/