Intel® System Debugger User Guide

ID 648476
Date 06/13/2024
Confidential
Document Table of Contents

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:

  1. Halt the target and open the Debug Configuration menu:

    debug_config_context

    If you have not created a debug configuration yet, follow the steps here.

  2. Open your debugger configuration. Under Debugger tab, check the Filter hardware threads by name box.

    filter_hw_threads

  3. In the text field, specify the regular expression to match the desired thread names.

    Example:

    • .*_​C0_​T0 matches the first thread of the first core.

    • .*_​C0_​T. matches all threads of the first core.

  4. Click Apply and Debug.

  5. 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.

See an example of initial and filtered hardware threads displayed in the Debug view below:

filter_before_after