| |||
| Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > show semihosting | |||
This command displays the current semihosting settings in
the debugger. You can use the set semihosting commands
to modify these settings.
show semihosting option
Where:
optionSpecifies additional options:
argsDisplays
the command-line arguments that are passed to the main() function
in the application.
enabledDisplays the semihosting enabled setting.
file-baseDisplays the setting for the file-base directory.
stdin Displays the stdin settings.
stdout Displays the stdout settings.
stderrDisplays the stderr settings.
top-of-memoryDisplays the address for the top of memory.
stack-baseDisplays the address for the stack base.
stack-limitDisplays the address for the stack limit.
heap-baseDisplays the address for the heap base.
heap-limitDisplays the address for the heap limit.