diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-03-29 00:51:17 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-03-29 00:51:17 +0000 |
commit | 80ce1ecb70abc7e20c1e7b6db8f2ead5c603be30 (patch) | |
tree | 34d6bfef9efa09f4b843220ee837359390a2c15a /gdb/breakpoint.h | |
parent | 692590c19f459c379c6e13f83448ad5d11ebf1ed (diff) | |
download | ppe42-binutils-80ce1ecb70abc7e20c1e7b6db8f2ead5c603be30.tar.gz ppe42-binutils-80ce1ecb70abc7e20c1e7b6db8f2ead5c603be30.zip |
Fix various GCC warnings.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index f8358a9fa1..1b4e02aa7b 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -693,4 +693,8 @@ extern struct breakpoint *set_breakpoint_sal PARAMS ((struct symtab_and_line)); 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); + #endif /* !defined (BREAKPOINT_H) */ |