mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-24 09:43:36 +08:00
* breakpoint.c (disable_breakpoints_in_unloaded_shlib):
Make static.
This commit is contained in:
parent
4f833eee90
commit
7514952146
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user