forked from Imagelibrary/binutils-gdb
* breakpoint.c (set_raw_breakpoint_without_location): Make static.
This commit is contained in:
@@ -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>
|
2007-11-05 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* breakpoint.h (create_solib_load_event_breakpoint)
|
* 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
|
/* Helper to set_raw_breakpoint below. Creates a breakpoint
|
||||||
that has type BPTYPE and has no locations as yet. */
|
that has type BPTYPE and has no locations as yet. */
|
||||||
|
|
||||||
struct breakpoint *
|
static struct breakpoint *
|
||||||
set_raw_breakpoint_without_location (enum bptype bptype)
|
set_raw_breakpoint_without_location (enum bptype bptype)
|
||||||
{
|
{
|
||||||
struct breakpoint *b, *b1;
|
struct breakpoint *b, *b1;
|
||||||
|
|||||||
Reference in New Issue
Block a user