| |||
| Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > info processes | |||
This command displays a list of running threads and user space processes as applicable. It shows the ID, current state, and related stack frame including the function names and source line numbers.
[-f info processesfilter_name]
Where:
filter_nameThe available options for depend
on the connected target.filter_name
The following filters are available on all connections:
allDisplays threads and user space processes.
The following filters are only available on Linux kernel connections:
processesDisplays user space processes. This is the default.
threadsDisplays threads.