mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 05:12:33 +08:00
gdb/
* frame-unwind.h: Fix comment to mention the this frame, not the next.
This commit is contained in:
@ -33,8 +33,8 @@ struct value;
|
||||
|
||||
/* The following unwind functions assume a chain of frames forming the
|
||||
sequence: (outer) prev <-> this <-> next (inner). All the
|
||||
functions are called with the next frame's `struct frame_info'
|
||||
and this frame's prologue cache.
|
||||
functions are called with this frame's `struct frame_info' and
|
||||
prologue cache.
|
||||
|
||||
THIS frame's register values can be obtained by unwinding NEXT
|
||||
frame's registers (a recursive operation).
|
||||
|
Reference in New Issue
Block a user