From bb7592f01006b09c846831a9fb9c306307ba34f6 Mon Sep 17 00:00:00 2001 From: "gdb-2.8.1" Date: Fri, 16 Dec 1988 00:00:00 +0000 Subject: gdb-2.8.1 --- gdb/frame.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/frame.h') 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. */ -- cgit v1.1