GDB (xrefs)
|
Public Member Functions | |
thread_item (ptid_t ptid_) | |
thread_item (thread_item &&other)=default | |
thread_item & | operator= (thread_item &&other)=default |
DISABLE_COPY_AND_ASSIGN (thread_item) | |
Public Attributes | |
ptid_t | ptid |
std::string | extra |
std::string | name |
int | core = -1 |
gdb::byte_vector | thread_handle |
|
inlineexplicit |
Definition at line 3834 of file remote.c.
References ptid, and thread_item().
Referenced by thread_item().
|
default |
thread_item::DISABLE_COPY_AND_ASSIGN | ( | thread_item | ) |
|
default |
int thread_item::core = -1 |
Definition at line 3853 of file remote.c.
Referenced by remote_target::update_thread_list().
std::string thread_item::extra |
Definition at line 3847 of file remote.c.
Referenced by remote_target::update_thread_list().
std::string thread_item::name |
Definition at line 3850 of file remote.c.
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 remote_target::update_thread_list().
ptid_t thread_item::ptid |
Definition at line 3844 of file remote.c.
Referenced by thread_item(), and remote_target::update_thread_list().
gdb::byte_vector thread_item::thread_handle |
Definition at line 3856 of file remote.c.
Referenced by remote_target::update_thread_list().