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

#include "glibc_thread_db.h"

Public Attributes

td_thragent_tti_ta_p
 
unsigned int ti_user_flags
 
thread_t ti_tid
 
char * ti_tls
 
psaddr_t ti_startfunc
 
psaddr_t ti_stkbase
 
long int ti_stksize
 
psaddr_t ti_ro_area
 
int ti_ro_size
 
td_thr_state_e ti_state
 
unsigned char ti_db_suspended
 
td_thr_type_e ti_type
 
intptr_t ti_pc
 
intptr_t ti_sp
 
short int ti_flags
 
int ti_pri
 
lwpid_t ti_lid
 
sigset_t ti_sigmask
 
unsigned char ti_traceme
 
unsigned char ti_preemptflag
 
unsigned char ti_pirecflag
 
sigset_t ti_pending
 
td_thr_events_t ti_events
 

Detailed Description

Definition at line 259 of file glibc_thread_db.h.

Member Data Documentation

◆ ti_db_suspended

unsigned char td_thrinfo::ti_db_suspended

Definition at line 273 of file glibc_thread_db.h.

◆ ti_events

td_thr_events_t td_thrinfo::ti_events

Definition at line 287 of file glibc_thread_db.h.

◆ ti_flags

short int td_thrinfo::ti_flags

Definition at line 278 of file glibc_thread_db.h.

◆ ti_lid

lwpid_t td_thrinfo::ti_lid

◆ ti_pc

intptr_t td_thrinfo::ti_pc

Definition at line 276 of file glibc_thread_db.h.

Referenced by info_cb().

◆ ti_pending

sigset_t td_thrinfo::ti_pending

Definition at line 286 of file glibc_thread_db.h.

◆ ti_pirecflag

unsigned char td_thrinfo::ti_pirecflag

Definition at line 285 of file glibc_thread_db.h.

◆ ti_preemptflag

unsigned char td_thrinfo::ti_preemptflag

Definition at line 284 of file glibc_thread_db.h.

◆ ti_pri

int td_thrinfo::ti_pri

Definition at line 279 of file glibc_thread_db.h.

◆ ti_ro_area

psaddr_t td_thrinfo::ti_ro_area

Definition at line 270 of file glibc_thread_db.h.

◆ ti_ro_size

int td_thrinfo::ti_ro_size

Definition at line 271 of file glibc_thread_db.h.

◆ ti_sigmask

sigset_t td_thrinfo::ti_sigmask

Definition at line 281 of file glibc_thread_db.h.

◆ ti_sp

intptr_t td_thrinfo::ti_sp

Definition at line 277 of file glibc_thread_db.h.

◆ ti_startfunc

psaddr_t td_thrinfo::ti_startfunc

Definition at line 266 of file glibc_thread_db.h.

Referenced by info_cb().

◆ ti_state

td_thr_state_e td_thrinfo::ti_state

Definition at line 272 of file glibc_thread_db.h.

Referenced by info_cb(), thread_to_lwp(), and update_thread_state().

◆ ti_stkbase

psaddr_t td_thrinfo::ti_stkbase

Definition at line 268 of file glibc_thread_db.h.

◆ ti_stksize

long int td_thrinfo::ti_stksize

Definition at line 269 of file glibc_thread_db.h.

◆ ti_ta_p

td_thragent_t* td_thrinfo::ti_ta_p

Definition at line 261 of file glibc_thread_db.h.

Referenced by check_thread_db_callback().

◆ ti_tid

thread_t td_thrinfo::ti_tid

◆ ti_tls

char* td_thrinfo::ti_tls

Definition at line 265 of file glibc_thread_db.h.

◆ ti_traceme

unsigned char td_thrinfo::ti_traceme

Definition at line 282 of file glibc_thread_db.h.

◆ ti_type

td_thr_type_e td_thrinfo::ti_type

Definition at line 274 of file glibc_thread_db.h.

Referenced by info_cb().

◆ ti_user_flags

unsigned int td_thrinfo::ti_user_flags

Definition at line 262 of file glibc_thread_db.h.


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