diff options
author | gdb-2.8.1 <gdb@fsf.org> | 1988-12-16 00:00:00 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-06-03 15:36:31 +0100 |
commit | bb7592f01006b09c846831a9fb9c306307ba34f6 (patch) | |
tree | 83e99233f937d7a06eee7c627543288feb125929 /gdb/frame.h | |
parent | 3bf57d210832b28e9361990830eb722a619f031b (diff) | |
download | gdb-bb7592f01006b09c846831a9fb9c306307ba34f6.zip gdb-bb7592f01006b09c846831a9fb9c306307ba34f6.tar.gz gdb-bb7592f01006b09c846831a9fb9c306307ba34f6.tar.bz2 |
gdb-2.8.1
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 3f51c45..acaea8ff2 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -32,6 +32,10 @@ struct frame_info CORE_ADDR pc; /* The frame called by the frame we are describing, or 0. */ FRAME next_frame; + + /* The frame called by `next_frame', or 0 if there is none + (or `next_frame' is 0). */ + FRAME next_next_frame; }; /* Describe the saved registers of a frame. */ |