# up (only in GDB) ```text usage: up [-h] [n] ``` Select and print stack frame that called this one. ### Positional arguments |Positional Argument|Help| | :--- | :--- | |n|The number of stack frames to go up. (default: 1)| ### Optional arguments |Short|Long|Help| | :--- | :--- | :--- | |-h|--help|show this help message and exit|