mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 08:47:28 +00:00
gdb-2.8.1
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user