GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
thread_item Struct Reference

Public Member Functions

 thread_item (ptid_t ptid_)
 
 thread_item (thread_item &&other)=default
 
thread_itemoperator= (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
 

Detailed Description

Definition at line 3832 of file remote.c.

Constructor & Destructor Documentation

◆ thread_item() [1/2]

thread_item::thread_item ( ptid_t ptid_)
inlineexplicit

Definition at line 3834 of file remote.c.

References ptid, and thread_item().

Referenced by thread_item().

◆ thread_item() [2/2]

thread_item::thread_item ( thread_item && other)
default

Member Function Documentation

◆ DISABLE_COPY_AND_ASSIGN()

thread_item::DISABLE_COPY_AND_ASSIGN ( thread_item )

◆ operator=()

thread_item & thread_item::operator= ( thread_item && other)
default

Member Data Documentation

◆ core

int thread_item::core = -1

Definition at line 3853 of file remote.c.

Referenced by remote_target::update_thread_list().

◆ extra

std::string thread_item::extra

Definition at line 3847 of file remote.c.

Referenced by remote_target::update_thread_list().

◆ name

std::string thread_item::name

◆ ptid

ptid_t thread_item::ptid

Definition at line 3844 of file remote.c.

Referenced by thread_item(), and remote_target::update_thread_list().

◆ thread_handle

gdb::byte_vector thread_item::thread_handle

Definition at line 3856 of file remote.c.

Referenced by remote_target::update_thread_list().


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