* breakpoint.c (insert_catchpoint): Make static.
This commit is contained in:
parent
c1da67ba85
commit
3f8091c1f6
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2003-07-02 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
|
* breakpoint.c (insert_catchpoint): Make static.
|
||||||
|
|
||||||
2003-07-02 Andreas Schwab <schwab@suse.de>
|
2003-07-02 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* ia64-tdep.c (ia64_push_dummy_call): Define as combination of
|
* ia64-tdep.c (ia64_push_dummy_call): Define as combination of
|
||||||
|
|
|
@ -704,7 +704,7 @@ read_memory_nobpt (CORE_ADDR memaddr, char *myaddr, unsigned len)
|
||||||
|
|
||||||
|
|
||||||
/* A wrapper function for inserting catchpoints. */
|
/* A wrapper function for inserting catchpoints. */
|
||||||
int
|
static int
|
||||||
insert_catchpoint (struct ui_out *uo, void *args)
|
insert_catchpoint (struct ui_out *uo, void *args)
|
||||||
{
|
{
|
||||||
struct breakpoint *b = (struct breakpoint *) args;
|
struct breakpoint *b = (struct breakpoint *) args;
|
||||||
|
|
Loading…
Add table
Reference in a new issue