mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* breakpoint.c (insert_bp_location, allocate_bp_location): Make
static.
This commit is contained in:
parent
0bde7532f1
commit
26bb91f300
@ -1,3 +1,8 @@
|
||||
2003-11-06 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* breakpoint.c (insert_bp_location, allocate_bp_location): Make
|
||||
static.
|
||||
|
||||
2003-11-06 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* breakpoint.c (remove_breakpoint): Take an bp_location
|
||||
|
@ -747,11 +747,11 @@ insert_catchpoint (struct ui_out *uo, void *args)
|
||||
|
||||
NOTE drow/2003-09-09: This routine could be broken down to an object-style
|
||||
method for each breakpoint or catchpoint type. */
|
||||
int
|
||||
static int
|
||||
insert_bp_location (struct bp_location *bpt,
|
||||
struct ui_file *tmp_error_stream,
|
||||
int *disabled_breaks, int *process_warning,
|
||||
int *hw_breakpoint_error)
|
||||
struct ui_file *tmp_error_stream,
|
||||
int *disabled_breaks, int *process_warning,
|
||||
int *hw_breakpoint_error)
|
||||
{
|
||||
int val = 0;
|
||||
|
||||
@ -3936,7 +3936,7 @@ adjust_breakpoint_address (CORE_ADDR bpaddr)
|
||||
|
||||
/* Allocate a struct bp_location. */
|
||||
|
||||
struct bp_location *
|
||||
static struct bp_location *
|
||||
allocate_bp_location (struct breakpoint *bpt, enum bptype bp_type)
|
||||
{
|
||||
struct bp_location *loc, *loc_p;
|
||||
|
Loading…
Reference in New Issue
Block a user