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
376 B
Markdown
16 lines
376 B
Markdown
## Command: down ##
|
|
```
|
|
usage: down [-h] [n]
|
|
```
|
|
Select and print stack frame called by this one. An argument says how many frames down to go.
|
|
|
|
| Positional Argument | Info |
|
|
|---------------------|------|
|
|
| n | The number of stack frames to go down. (default: 1) |
|
|
|
|
| Optional Argument | Info |
|
|
|---------------------|------|
|
|
| --help | show this help message and exit |
|
|
|
|
|