summaryrefslogtreecommitdiff
path: root/gdb/dummy-frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dummy-frame.h')
-rw-r--r--gdb/dummy-frame.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/dummy-frame.h b/gdb/dummy-frame.h
index cde9eb7f12f..d095365c380 100644
--- a/gdb/dummy-frame.h
+++ b/gdb/dummy-frame.h
@@ -26,6 +26,7 @@ struct frame_info;
struct regcache;
struct frame_unwind;
struct frame_id;
+struct frame_unwind_sniffer;
/* GENERIC DUMMY FRAMES
@@ -48,7 +49,8 @@ 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);
+const struct frame_unwind *dummy_frame_sniffer (const struct frame_unwind_sniffer *self,
+ struct frame_info *next_frame);
/* Does the PC fall in a dummy frame?