* 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:
Vladimir Prus
2007-08-14 11:09:45 +00:00
parent cf73852866
commit cb85195420
6 changed files with 15 additions and 17 deletions

View File

@@ -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)
{