aboutsummaryrefslogtreecommitdiff
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
commit0ec5872bdad469f03bcca1a591ca69c6806b6974 (patch)
tree5627d202a728cf8ff6851669dac6888613757b64 /gdb/breakpoint.h
parent0c93b7b6427188fbe8f934d03c12797185ff7c04 (diff)
downloadfsf-binutils-gdb-0ec5872bdad469f03bcca1a591ca69c6806b6974.zip
fsf-binutils-gdb-0ec5872bdad469f03bcca1a591ca69c6806b6974.tar.gz
fsf-binutils-gdb-0ec5872bdad469f03bcca1a591ca69c6806b6974.tar.bz2
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 76bd183..93b6850 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);