mirror of https://github.com/pwndbg/pwndbg.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
370 B
Markdown
16 lines
370 B
Markdown
## Command: up ##
|
|
```
|
|
usage: up [-h] [n]
|
|
```
|
|
Select and print stack frame that called this one. An argument says how many frames up to go.
|
|
|
|
| Positional Argument | Info |
|
|
|---------------------|------|
|
|
| n | The number of stack frames to go up. (default: 1) |
|
|
|
|
| Optional Argument | Info |
|
|
|---------------------|------|
|
|
| --help | show this help message and exit |
|
|
|
|
|