aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.h
diff options
context:
space:
mode:
authorgdb-2.8.1 <gdb@fsf.org>1988-12-16 00:00:00 +0000
committerPedro Alves <palves@redhat.com>2012-06-03 15:36:31 +0100
commitbb7592f01006b09c846831a9fb9c306307ba34f6 (patch)
tree83e99233f937d7a06eee7c627543288feb125929 /gdb/frame.h
parent3bf57d210832b28e9361990830eb722a619f031b (diff)
downloadfsf-binutils-gdb-bb7592f01006b09c846831a9fb9c306307ba34f6.zip
fsf-binutils-gdb-bb7592f01006b09c846831a9fb9c306307ba34f6.tar.gz
fsf-binutils-gdb-bb7592f01006b09c846831a9fb9c306307ba34f6.tar.bz2
gdb-2.8.1
Diffstat (limited to 'gdb/frame.h')
-rw-r--r--gdb/frame.h4
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. */