diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-05-08 18:47:20 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-05-08 18:47:20 +0000 |
commit | 0ec5872bdad469f03bcca1a591ca69c6806b6974 (patch) | |
tree | 5627d202a728cf8ff6851669dac6888613757b64 /gdb/breakpoint.h | |
parent | 0c93b7b6427188fbe8f934d03c12797185ff7c04 (diff) | |
download | gdb-0ec5872bdad469f03bcca1a591ca69c6806b6974.zip gdb-0ec5872bdad469f03bcca1a591ca69c6806b6974.tar.gz 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.h | 7 |
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); |