Filter Hardware Threads
If you want only certain hardware threads to be displayed in the Debug view (for example, only the first thread of the first core), you can filter threads by name as follows:
- Halt the target and open theDebug Configurationmenu:If you have not created a debug configuration yet, follow the steps here.
- Open your debugger configuration. UnderDebuggertab, check theFilter hardware threads by namebox.
- In the text field, specify the regular expression to match the desired thread names.Example:
- .*_C0_T0matches the first thread of the first core.
- .*_C0_T.matches all threads of the first core.
- ClickApplyandDebug.
- Resume the target and check the threads displayed in the Debug view.
To change the filter setting, you need to halt the target before editing the debug configuration - it is not updated dynamically.