|
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 |
|
default |
| thread_item::DISABLE_COPY_AND_ASSIGN | ( | thread_item | ) |
|
default |
| int thread_item::core = -1 |
Definition at line 2973 of file remote.c.
Referenced by remote_update_thread_list(), and start_thread().
| std::string thread_item::extra |
Definition at line 2967 of file remote.c.
Referenced by remote_update_thread_list().
| std::string thread_item::name |
Definition at line 2970 of file remote.c.
Referenced by remote_update_thread_list(), and start_thread().
| ptid_t thread_item::ptid |
Definition at line 2964 of file remote.c.
Referenced by remote_update_thread_list().
| gdb::byte_vector thread_item::thread_handle |
Definition at line 2976 of file remote.c.
Referenced by remote_update_thread_list(), and start_thread().
1.8.14