* 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

@@ -1585,7 +1585,7 @@ do_initial_win32_stuff (DWORD pid)
current_event.dwProcessId = pid;
memset (&current_event, 0, sizeof (current_event));
push_target (&win32_ops);
disable_breakpoints_in_shlibs (1);
disable_breakpoints_in_shlibs ();
win32_clear_solib ();
clear_proceed_status ();
init_wait_for_inferior ();