| |||
| Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > thread, core | |||
This command displays the following information:
Unique number
assigned by the debugger.id
Thread or processor state. For example, stopped or running.
Current stack frame including function names and source line numbers.
thread [id]
core [id]
Where:
idSpecifies the unique thread or processor number.
If is not specified
then the current thread or processor is displayed. You can use idinfo
cores, info processes, or info
threads to display the numbers.id
If is specified
then the debugger switches control to that thread or processor before
displaying the information. Registers and call stacks are associated
with a particular thread or processor. This means that switching
context also switches the registers and call stack to those belonging to
the current thread or processor.id