mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
* breakpoint.c (set_raw_breakpoint_without_location): Make static.
This commit is contained in:
parent
9b70b9936e
commit
c40e75cd6e
@ -1,3 +1,7 @@
|
||||
2007-11-05 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* breakpoint.c (set_raw_breakpoint_without_location): Make static.
|
||||
|
||||
2007-11-05 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* breakpoint.h (create_solib_load_event_breakpoint)
|
||||
|
@ -4319,7 +4319,7 @@ static void free_bp_location (struct bp_location *loc)
|
||||
/* Helper to set_raw_breakpoint below. Creates a breakpoint
|
||||
that has type BPTYPE and has no locations as yet. */
|
||||
|
||||
struct breakpoint *
|
||||
static struct breakpoint *
|
||||
set_raw_breakpoint_without_location (enum bptype bptype)
|
||||
{
|
||||
struct breakpoint *b, *b1;
|
||||
|
Loading…
Reference in New Issue
Block a user