mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user