GDB (xrefs)
|
#include "nto-tdep.h"
Public Attributes | |
short | tid = 0 |
unsigned char | state = 0 |
unsigned char | flags = 0 |
std::string | name |
Additional Inherited Members | |
![]() | |
virtual | ~private_thread_info ()=0 |
Definition at line 138 of file nto-tdep.h.
unsigned char nto_thread_info::flags = 0 |
Definition at line 142 of file nto-tdep.h.
Referenced by update_thread_private_data().
std::string nto_thread_info::name |
Definition at line 143 of file nto-tdep.h.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.dap.varref.BaseReference::__init__(), gdb.disassembler.Disassembler::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), gdb.xmethod.XMethod::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.printing.PrettyPrinter::__init__(), gdb.dap.varref.BaseReference::to_object(), and update_thread_private_data_name().
unsigned char nto_thread_info::state = 0 |
Definition at line 141 of file nto-tdep.h.
Referenced by nto_extra_thread_info(), and update_thread_private_data().
short nto_thread_info::tid = 0 |
Definition at line 140 of file nto-tdep.h.
Referenced by update_thread_private_data().