summaryrefslogtreecommitdiff
path: root/gdb/dummy-frame.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-08-02 16:07:31 +0000
committerAndrew Cagney <cagney@redhat.com>2004-08-02 16:07:31 +0000
commitd67ec5db3925884861b2f120d8dec845692c62b0 (patch)
tree84904856f2b28383f83caec742f370971b9a095b /gdb/dummy-frame.h
parentd3cde3afa88135d509192a14eea6b0f52337d49f (diff)
downloadbinutils-gdb-d67ec5db3925884861b2f120d8dec845692c62b0.tar.gz
Index: ChangeLog
2004-08-01 Andrew Cagney <cagney@gnu.org> * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer. * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind. * dummy-frame.c (find_dummy_frame): Delete. (struct dummy_frame_cache, dummy_frame_sniffer) (dummy_frame_prev_register, dummy_frame_this_id) (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy frame unwinder using a dummy_frame_cache.
Diffstat (limited to 'gdb/dummy-frame.h')
-rw-r--r--gdb/dummy-frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dummy-frame.h b/gdb/dummy-frame.h
index 07f8f5a57fa..26c2522a7cf 100644
--- a/gdb/dummy-frame.h
+++ b/gdb/dummy-frame.h
@@ -30,6 +30,6 @@ struct frame_id;
/* If the PC falls in a dummy frame, return a dummy frame
unwinder. */
-extern const struct frame_unwind *dummy_frame_sniffer (struct frame_info *next_frame);
+extern const struct frame_unwind *const dummy_frame_unwind;
#endif /* !defined (DUMMY_FRAME_H) */