-
Notifications
You must be signed in to change notification settings - Fork 460
Open
Description
GDB frame command can simultaneously select the stack level and display the frame.
This patch does the same:
define frame
if $argc == 1
select-frame $arg0
end
info frame
info args
info locals
end
document frame
Syntax: frame <LEVEL>
| Print current stack frame, or the LEVEL stack frame.
end
Metadata
Metadata
Assignees
Labels
No labels