diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-07-02 16:24:00 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-07-02 16:24:00 +0000 |
commit | 3f8091c1f6491ef8464e496069eff839804451fa (patch) | |
tree | 8500bba0f50bd6974240c7e6a0ba907ebd7dbf12 /gdb/breakpoint.c | |
parent | c1da67ba852959291ddc38782423a60472d06b43 (diff) | |
download | gdb-3f8091c1f6491ef8464e496069eff839804451fa.zip gdb-3f8091c1f6491ef8464e496069eff839804451fa.tar.gz gdb-3f8091c1f6491ef8464e496069eff839804451fa.tar.bz2 |
* breakpoint.c (insert_catchpoint): Make static.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 2980d4d4..e681e32 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -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; |