aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
authorThiago Jung Bauermann <bauerman@br.ibm.com>2011-05-24 03:03:56 +0000
committerThiago Jung Bauermann <bauerman@br.ibm.com>2011-05-24 03:03:56 +0000
commit77bc418a4ba1ec495402841d1bb556f36b9979ab (patch)
treefe29b456e4f3833ea65dadbb67a4a8dfc7a01d34 /gdb/breakpoint.h
parentc4334bf97b4a56581c68edfc5ca9a893138b85ed (diff)
downloadgdb-77bc418a4ba1ec495402841d1bb556f36b9979ab.zip
gdb-77bc418a4ba1ec495402841d1bb556f36b9979ab.tar.gz
gdb-77bc418a4ba1ec495402841d1bb556f36b9979ab.tar.bz2
* breakpont.c (remove_hw_watchpoints): Remove unused function.
* breakpoint.h remove_hw_watchpoints(): Remove prototype.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r--gdb/breakpoint.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index 7fa705f..0cbd9dd 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -1151,10 +1151,6 @@ extern int ep_is_catchpoint (struct breakpoint *);
deletes all breakpoints. */
extern void delete_command (char *arg, int from_tty);
-/* Pull all H/W watchpoints from the target. Return non-zero if the
- remove fails. */
-extern int remove_hw_watchpoints (void);
-
/* Manage a software single step breakpoint (or two). Insert may be
called twice before remove is called. */
extern void insert_single_step_breakpoint (struct gdbarch *,