aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2007-11-20 08:16:15 +0000
committerVladimir Prus <vladimir@codesourcery.com>2007-11-20 08:16:15 +0000
commit751495214630ae507a07ffd6ca2d5bc3d88594f0 (patch)
treede73e852caf523ce1eea9aa8b39348776cf4cd4f /gdb/breakpoint.c
parent4f833eee90d9ad55784bfb63abd41f256a16a2f9 (diff)
downloadgdb-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.c2
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;