| |||
| Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > info threads | |||
This command displays a list of running processors, threads, and user space processes as applicable. It shows the number (a unique number assigned by the debugger), OS ID (pid), OS Parent ID, kind, OS state, current state, and related stack frame including the function names and source line number.
[-f info threadsfilter_name]
Where:
filter_nameThe available options for depend
on the connected target.filter_name
The following filters are available on all connections:
allDisplays processors, threads, and user space processes.
coresDisplays processors.
The following filters are only available on Linux kernel connections:
processesDisplays user space processes.
threadsDisplays threads. This is the default.
ARM® DS-5™ Using the Debugger: