| |||
| Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > info semihosting | |||
This command displays semihosting information.
[ server | clients | all]info semihosting
Where:
allDisplays information on the semihosting server listener port, a list of the connected clients, and the heap and stack. This is the default.
serverDisplays information on the semihosting server listener port.
clientsDisplays
information on each of the semihosting streams stdin, stdout, stderr. This
includes a list of the connected clients.
heapDisplays the heap information that the debugger used to initialise the heap.
This information is only displayed if the debugger performs the initialisation.
stackDisplays the stack information that the debugger used to initialise the stack.
This information is only displayed if the debugger performs the initialisation.