RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Data Fields
rtems_debugger_threads Struct Reference

#include <rtems-debugger-threads.h>

Data Fields

rtems_debugger_block current
 
rtems_debugger_block registers
 
rtems_debugger_block excludes
 
rtems_debugger_block stopped
 
rtems_debugger_block steppers
 
size_t next
 
int selector_gen
 
int selector_cont
 

Detailed Description

Debugger thread control.

Field Documentation

◆ current

rtems_debugger_block rtems_debugger_threads::current

The threads currently available.

◆ excludes

rtems_debugger_block rtems_debugger_threads::excludes

The threads we cannot touch.

◆ next

size_t rtems_debugger_threads::next

An iterator.

◆ registers

rtems_debugger_block rtems_debugger_threads::registers

The threads that have stopped.

◆ selector_cont

int rtems_debugger_threads::selector_cont

Continue thread selector.

◆ selector_gen

int rtems_debugger_threads::selector_gen

General thread selector.

◆ steppers

rtems_debugger_block rtems_debugger_threads::steppers

The threads that are stepping.

◆ stopped

rtems_debugger_block rtems_debugger_threads::stopped

The threads that have stopped.


The documentation for this struct was generated from the following file: