diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2007-12-16 19:15:48 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2007-12-16 19:15:48 +0000 |
commit | b5447a83ac77e1bfab9d414d5abb38e0023e258f (patch) | |
tree | 96cbab60f12de1793429b1ec5a50269f39de5f5e /gdb/breakpoint.h | |
parent | c95310c6b8cd7408468629923d00d3f9d807f238 (diff) | |
download | gdb-b5447a83ac77e1bfab9d414d5abb38e0023e258f.zip gdb-b5447a83ac77e1bfab9d414d5abb38e0023e258f.tar.gz gdb-b5447a83ac77e1bfab9d414d5abb38e0023e258f.tar.bz2 |
* breakpoint.c (bpstat_have_active_hw_watchpoints):
Remove
(bpstat_stop_status): Remove unused variable
real_breakpoint.
* breakpoint.h (bpstat_have_active_hw_watchpoints):
Remove prototype.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 21d69d3..6f5fd26 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -572,9 +572,6 @@ extern struct breakpoint *bpstat_find_step_resume_breakpoint (bpstat); just to things like whether watchpoints are set. */ extern int bpstat_should_step (void); -/* Nonzero if there are enabled hardware watchpoints. */ -extern int bpstat_have_active_hw_watchpoints (void); - /* Print a message indicating what happened. Returns nonzero to say that only the source line should be printed after this (zero return means print the frame as well as the source line). */ |