diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 79f0071700a..c75da6cbf66 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -47,7 +47,6 @@ #include "gdb.h" #include "ui-out.h" #include "cli/cli-script.h" -#include "dictionary.h" #include "gdb_assert.h" #include "block.h" @@ -705,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; |