diff options
Diffstat (limited to 'gdb/frame.h')
-rw-r--r-- | gdb/frame.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/frame.h b/gdb/frame.h index 66ffa5c..f4c51e0 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -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 */ |