diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2007-11-20 08:16:15 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2007-11-20 08:16:15 +0000 |
commit | 751495214630ae507a07ffd6ca2d5bc3d88594f0 (patch) | |
tree | de73e852caf523ce1eea9aa8b39348776cf4cd4f /gdb/breakpoint.c | |
parent | 4f833eee90d9ad55784bfb63abd41f256a16a2f9 (diff) | |
download | gdb-751495214630ae507a07ffd6ca2d5bc3d88594f0.zip gdb-751495214630ae507a07ffd6ca2d5bc3d88594f0.tar.gz gdb-751495214630ae507a07ffd6ca2d5bc3d88594f0.tar.bz2 |
* breakpoint.c (disable_breakpoints_in_unloaded_shlib):
Make static.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index e81ec20..2f4bd8b 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -4661,7 +4661,7 @@ disable_breakpoints_in_shlibs (void) /* Disable any breakpoints that are in in an unloaded shared library. Only apply to enabled breakpoints, disabled ones can just stay disabled. */ -void +static void disable_breakpoints_in_unloaded_shlib (struct so_list *solib) { struct bp_location *loc; |