diff options
Diffstat (limited to 'gdb/dummy-frame.h')
-rw-r--r-- | gdb/dummy-frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dummy-frame.h b/gdb/dummy-frame.h index ae090e3..cde9eb7 100644 --- a/gdb/dummy-frame.h +++ b/gdb/dummy-frame.h @@ -48,7 +48,7 @@ struct frame_id; /* If the PC falls in a dummy frame, return a dummy frame unwinder. */ -extern const struct frame_unwind *dummy_frame_p (CORE_ADDR pc); +extern const struct frame_unwind *dummy_frame_sniffer (struct frame_info *next_frame); /* Does the PC fall in a dummy frame? |