diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2007-08-14 11:09:45 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2007-08-14 11:09:45 +0000 |
commit | cb851954200d7cf1d391dc9d28dddbefd9840eac (patch) | |
tree | 25caf2187ef7610b08324cc28d4ba0dfda75f87f /gdb/breakpoint.h | |
parent | cf73852866eaa9e1a6ce7ffa74e81213c7711426 (diff) | |
download | gdb-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/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 1573ac8..b7996a5 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -791,7 +791,7 @@ extern void remove_solib_event_breakpoints (void); extern void remove_thread_event_breakpoints (void); -extern void disable_breakpoints_in_shlibs (int silent); +extern void disable_breakpoints_in_shlibs (void); extern void re_enable_breakpoints_in_shlibs (void); |