summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-04-04 13:54:42 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-04-04 13:54:42 +0000
commitef9b9ef1ad140e93ebeec10320972a2c639d2e57 (patch)
tree59caa272875191bf23cb7c46a173bfe5d62c5d5a /gdb/breakpoint.h
parent834cef0c48a6b349926fba6ca9479a8f71b6d041 (diff)
downloadgdb-ef9b9ef1ad140e93ebeec10320972a2c639d2e57.tar.gz
gdb/
* breakpoint.c (bpstat_find_step_resume_breakpoint): Remove. * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r--gdb/breakpoint.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index 3da6188a17d..a17a9dd6ac8 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -651,17 +651,6 @@ struct bpstat_what bpstat_what (bpstat);
/* Find the bpstat associated with a breakpoint. NULL otherwise. */
bpstat bpstat_find_breakpoint (bpstat, struct breakpoint *);
-/* Find a step_resume breakpoint associated with this bpstat.
- (If there are multiple step_resume bp's on the list, this function
- will arbitrarily pick one.)
-
- It is an error to use this function if BPSTAT doesn't contain a
- step_resume breakpoint.
-
- See wait_for_inferior's use of this function.
- */
-extern struct breakpoint *bpstat_find_step_resume_breakpoint (bpstat);
-
/* Nonzero if a signal that we got in wait() was due to circumstances
explained by the BS. */
/* Currently that is true if we have hit a breakpoint, or if there is