| Index: gdb/dummy-frame.h
|
| diff --git a/gdb/dummy-frame.h b/gdb/dummy-frame.h
|
| index a921e92bd5c5a4e906002f60c8da8fa3dccaa604..1b3979d9dee975ff0aa553fbd3f12c1d2223b621 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. */
|
|
|
|
|