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 |
|
default |
thread_item::DISABLE_COPY_AND_ASSIGN | ( | thread_item | ) |
|
default |
int thread_item::core = -1 |
Definition at line 3686 of file remote.c.
Referenced by remote_target::update_thread_list().
std::string thread_item::extra |
Definition at line 3680 of file remote.c.
Referenced by remote_target::update_thread_list().
std::string thread_item::name |
Definition at line 3683 of file remote.c.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.disassembler.Disassembler::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), gdb.unwinder.Unwinder::__init__(), gdb.xmethod.XMethod::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.printing.PrettyPrinter::__init__(), and remote_target::update_thread_list().
ptid_t thread_item::ptid |
Definition at line 3677 of file remote.c.
Referenced by thread_item(), and remote_target::update_thread_list().
gdb::byte_vector thread_item::thread_handle |
Definition at line 3689 of file remote.c.
Referenced by remote_target::update_thread_list().