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:
@@ -1585,7 +1585,7 @@ do_initial_win32_stuff (DWORD pid)
|
||||
current_event.dwProcessId = pid;
|
||||
memset (¤t_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 ();
|
||||
|
||||
Reference in New Issue
Block a user