mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
* breakpoint.c (disable_breakpoints_in_unloaded_shlib):
Make static.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2007-11-20 Vladimir Prus <vladimir@codesourcery.com>
|
||||
|
||||
* breakpoint.c (disable_breakpoints_in_unloaded_shlib):
|
||||
Make static.
|
||||
|
||||
2007-11-19 Markus Deuling <deuling@de.ibm.com>
|
||||
|
||||
* gdbarch.sh (register_sim_regno): Add gdbarch as parameter.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user