forked from Imagelibrary/binutils-gdb
Update documentation for Python Frame.older and Frame.newer
I noticed that Frame.older and Frame.newer don't document that they return None at the ends of the stack. This patch updates the documentation, and also fixes a somewhat related typo in a comment that I noticed while digging into this. Approved-By: Eli Zaretskii <eliz@gnu.org>
This commit is contained in:
@@ -2601,7 +2601,7 @@ inside_entry_func (frame_info_ptr this_frame)
|
||||
}
|
||||
|
||||
/* Return a structure containing various interesting information about
|
||||
the frame that called THIS_FRAME. Returns NULL if there is entier
|
||||
the frame that called THIS_FRAME. Returns NULL if there is either
|
||||
no such frame or the frame fails any of a set of target-independent
|
||||
condition that should terminate the frame chain (e.g., as unwinding
|
||||
past main()).
|
||||
|
||||
Reference in New Issue
Block a user