]> Git Repo - binutils.git/blobdiff - gdb/dummy-frame.h
2003-01-16 Andrew Cagney <[email protected]>
[binutils.git] / gdb / dummy-frame.h
index cfa2709142e14125878ddfe88748f252a9ff8613..746e663ee0f2f2e42d776edf9fea4e4c05742f31 100644 (file)
@@ -24,6 +24,7 @@
 
 struct frame_info;
 struct regcache;
+struct frame_id;
 
 /* GENERIC DUMMY FRAMES
   
@@ -63,8 +64,9 @@ extern CORE_ADDR dummy_frame_pc_unwind (struct frame_info *frame,
 /* Assuming that FRAME is a dummy, return the ID of the calling frame
    (the frame that the dummy has the saved state of).  */
 
-extern struct frame_id dummy_frame_id_unwind (struct frame_info *frame,
-                                             void **unwind_cache);
+extern void dummy_frame_id_unwind (struct frame_info *frame,
+                                  void **unwind_cache,
+                                  struct frame_id *id);
 
 /* Does the PC fall in a dummy frame?
 
This page took 0.024194 seconds and 4 git commands to generate.