From 3ca4555d0fdcc13ce54e505d2079bf3526c73746 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 19 Nov 2007 22:36:07 +0300 Subject: [PATCH] Make disable_breakpoints_in_unloaded_shlib static. * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Make static. --- gdb/breakpoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.4.GIT