diff options
Diffstat (limited to 'gdb/dummy-frame.h')
-rw-r--r-- | gdb/dummy-frame.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/dummy-frame.h b/gdb/dummy-frame.h index a921e92..1b3979d 100644 --- a/gdb/dummy-frame.h +++ b/gdb/dummy-frame.h @@ -52,6 +52,8 @@ extern void dummy_frame_push (struct infcall_suspend_state *caller_state, extern void dummy_frame_pop (struct frame_id dummy_id); +extern void dummy_frame_discard (struct frame_id dummy_id); + /* If the PC falls in a dummy frame, return a dummy frame unwinder. */ |