diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-11-22 23:00:37 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-11-22 23:00:37 +0000 |
commit | 2a9264f1262bd62bf892419a197deb2ee65a421a (patch) | |
tree | 4de9a73f60414184d271126f1b9f2440d701ac06 /gdb/frame.h | |
parent | f15b280f1263f08472f79da60fa587ab37902a71 (diff) | |
download | gdb-2a9264f1262bd62bf892419a197deb2ee65a421a.zip gdb-2a9264f1262bd62bf892419a197deb2ee65a421a.tar.gz gdb-2a9264f1262bd62bf892419a197deb2ee65a421a.tar.bz2 |
2003-11-22 Andrew Cagney <cagney@redhat.com>
* frame.c (deprecated_get_frame_context): Delete function.
(deprecated_set_frame_prev_hack): Delete function.
(struct frame_info): Delete member "context".
* frame.h (deprecated_get_frame_context): Delete declaration.
(deprecated_set_frame_context): Delete declaration.
Diffstat (limited to 'gdb/frame.h')
-rw-r--r-- | gdb/frame.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/frame.h b/gdb/frame.h index 30d6969..00975f3 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -738,18 +738,6 @@ extern void deprecated_set_frame_next_hack (struct frame_info *fi, extern void deprecated_set_frame_prev_hack (struct frame_info *fi, struct frame_info *prev); -/* FIXME: cagney/2003-01-07: Instead of the dwarf2cfi having its own - dedicated `struct frame_info . context' field, the code should use - the per frame `unwind_cache' that is passed to the - frame_pc_unwind(), frame_register_unwind() and frame_id_unwind() - methods. - - See "dummy-frame.c" for an example of how a cfi-frame object can be - implemented using this. */ -extern struct context *deprecated_get_frame_context (struct frame_info *fi); -extern void deprecated_set_frame_context (struct frame_info *fi, - struct context *context); - /* Return non-zero if the architecture is relying on legacy frame code. */ extern int legacy_frame_p (struct gdbarch *gdbarch); |