forked from Imagelibrary/binutils-gdb
gdb/
* breakpoint.c (disable_breakpoints_in_shlibs): Remove the 'silent' parameter and code to implement that. * breakpoint.h (disable_breakpoints_in_shlibs): Adjust prototype. * win32-nat.c: Adjust. * solib.c: Adjust.
This commit is contained in:
@@ -854,7 +854,7 @@ clear_solib (void)
|
||||
So: disable breakpoints only if we're using ELF shared libs. */
|
||||
if (exec_bfd != NULL
|
||||
&& bfd_get_flavour (exec_bfd) != bfd_target_aout_flavour)
|
||||
disable_breakpoints_in_shlibs (1);
|
||||
disable_breakpoints_in_shlibs ();
|
||||
|
||||
while (so_list_head)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user