aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2007-08-14 11:09:45 +0000
committerVladimir Prus <vladimir@codesourcery.com>2007-08-14 11:09:45 +0000
commitcb851954200d7cf1d391dc9d28dddbefd9840eac (patch)
tree25caf2187ef7610b08324cc28d4ba0dfda75f87f /gdb/windows-nat.c
parentcf73852866eaa9e1a6ce7ffa74e81213c7711426 (diff)
downloadgdb-cb851954200d7cf1d391dc9d28dddbefd9840eac.zip
gdb-cb851954200d7cf1d391dc9d28dddbefd9840eac.tar.gz
gdb-cb851954200d7cf1d391dc9d28dddbefd9840eac.tar.bz2
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.
Diffstat (limited to 'gdb/windows-nat.c')
-rw-r--r--gdb/windows-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c
index d312d17..91ee9cd 100644
--- a/gdb/windows-nat.c
+++ b/gdb/windows-nat.c
@@ -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 ();