Make mark_breakpoints_out static.

* breakpoint.h (mark_breakpoints_out): Remove
	declaration.
	* breakpoint.c (mark_breakpoints_out): Make static.
This commit is contained in:
Vladimir Prus
2007-11-15 06:46:21 +00:00
parent d6e956e5c2
commit 55a3f01f6f
3 changed files with 10 additions and 3 deletions

View File

@@ -200,6 +200,8 @@ static int single_step_breakpoint_inserted_here_p (CORE_ADDR pc);
static void free_bp_location (struct bp_location *loc);
static void mark_breakpoints_out (void);
/* Prototypes for exported functions. */
/* If FALSE, gdb will not use hardware support for watchpoints, even
@@ -1650,7 +1652,7 @@ remove_breakpoint (struct bp_location *b, insertion_state_t is)
/* Clear the "inserted" flag in all breakpoints. */
void
static void
mark_breakpoints_out (void)
{
struct bp_location *bpt;