GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
thread_db_thread_info Struct Reference
Inheritance diagram for thread_db_thread_info:
private_thread_info

Public Attributes

bool dying = false
 
td_thrhandle_t th {}
 
thread_t tid {}
 
gdb::optional< gdb::byte_vector > thread_handle
 

Additional Inherited Members

- Public Member Functions inherited from private_thread_info
virtual ~private_thread_info ()=0
 

Detailed Description

Definition at line 307 of file linux-thread-db.c.

Member Data Documentation

◆ dying

bool thread_db_thread_info::dying = false

Definition at line 310 of file linux-thread-db.c.

Referenced by thread_db_target::extra_thread_info(), and update_thread_state().

◆ th

td_thrhandle_t thread_db_thread_info::th {}

Definition at line 313 of file linux-thread-db.c.

Referenced by thread_db_target::get_thread_local_address(), and record_thread().

◆ thread_handle

gdb::optional<gdb::byte_vector> thread_db_thread_info::thread_handle

Definition at line 315 of file linux-thread-db.c.

Referenced by thread_db_target::thread_info_to_thread_handle().

◆ tid

thread_t thread_db_thread_info::tid {}

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