summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-05-08 18:47:20 +0000
committerAndrew Cagney <cagney@redhat.com>2004-05-08 18:47:20 +0000
commitfe453dde5cffcb35719cc34a0be7b56c400f50c0 (patch)
tree64d52b4ff7954c150f342b5bc8831b5925320530 /gdb/breakpoint.h
parent9c08ea20fb1d3a192a28d3b567db6800fc9904ee (diff)
downloadgdb-fe453dde5cffcb35719cc34a0be7b56c400f50c0.tar.gz
2004-05-08 Andrew Cagney <cagney@redhat.com>
* breakpoint.h (deprecated_frame_in_dummy): Delete declaration. (struct frame_info): Delete opaque declaration. * breakpoint.c (deprecated_frame_in_dummy): Delete function. * frame.c (get_frame_type): Delete call.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r--gdb/breakpoint.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index 76bd183c210..93b6850661e 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -619,13 +619,6 @@ extern int breakpoint_inserted_here_p (CORE_ADDR);
extern int software_breakpoint_inserted_here_p (CORE_ADDR);
-/* FIXME: cagney/2002-11-10: The current [generic] dummy-frame code
- implements a functional superset of this function. The only reason
- it hasn't been removed is because some architectures still don't
- use the new framework. Once they have been fixed, this can go. */
-struct frame_info;
-extern int deprecated_frame_in_dummy (struct frame_info *);
-
extern int breakpoint_thread_match (CORE_ADDR, ptid_t);
extern void until_break_command (char *, int, int);