* dwarf2cfi.c: New file.
[deliverable/binutils-gdb.git] / gdb / frame.h
index 66ffa5c26b2f3e65944e4d89966757093324c649..f4c51e07b42ed4ed84880cd7c9e1c2aa6fb1cde2 100644 (file)
@@ -96,6 +96,10 @@ struct frame_info
        initialized by INIT_EXTRA_FRAME_INFO */
     struct frame_extra_info *extra_info;
 
+    /* If dwarf2 unwind frame informations is used, this structure holds all
+       related unwind data.  */
+    struct unwind_contect *context;
+
     /* Pointers to the next (down, inner) and previous (up, outer)
        frame_info's in the frame cache.  */
     struct frame_info *next; /* down, inner */
This page took 0.024257 seconds and 4 git commands to generate.