forked from Imagelibrary/binutils-gdb
* breakpoint.c (insert_catchpoint): Make static.
This commit is contained in:
@@ -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>
|
||||
|
||||
* 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. */
|
||||
int
|
||||
static int
|
||||
insert_catchpoint (struct ui_out *uo, void *args)
|
||||
{
|
||||
struct breakpoint *b = (struct breakpoint *) args;
|
||||
|
||||
Reference in New Issue
Block a user