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:
parent
9a0c4d8ca9
commit
5337bd558b
7 changed files with 33 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue