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

@ -1083,6 +1083,8 @@ clear_solib()
struct so_list *next;
char *bfd_filename;
disable_breakpoints_in_shlibs (1);
while (so_list_head)
{
if (so_list_head -> sections)