GDB (xrefs)
Public Attributes | List of all members
private_thread_info Struct Reference

#include "darwin-nat.h"

Public Attributes

pthdb_pthread_t pdtid
 
pthdb_tid_t tid
 
thread_t gdb_port
 
thread_t inf_port
 
enum darwin_msg_state msg_state
 
unsigned char single_step
 
unsigned char signaled
 
struct darwin_exception_msg event
 
unsigned int dying:1
 
td_thrhandle_t th
 
thread_t tid
 
short tid
 
unsigned char state
 
unsigned char flags
 
char name [1]
 
char * extra
 
int core
 

Detailed Description

Definition at line 87 of file aix-thread.c.

Member Data Documentation

int private_thread_info::core
unsigned int private_thread_info::dying
struct darwin_exception_msg private_thread_info::event
char* private_thread_info::extra
unsigned char private_thread_info::flags

Definition at line 141 of file nto-tdep.h.

Referenced by update_thread_private_data().

thread_t private_thread_info::gdb_port
thread_t private_thread_info::inf_port

Definition at line 80 of file darwin-nat.h.

Referenced by darwin_get_ada_task_ptid().

enum darwin_msg_state private_thread_info::msg_state
char private_thread_info::name[1]

Definition at line 142 of file nto-tdep.h.

Referenced by darwin_decode_exception_message(), and update_thread_private_data_name().

pthdb_pthread_t private_thread_info::pdtid
unsigned char private_thread_info::signaled

Definition at line 91 of file darwin-nat.h.

Referenced by darwin_decode_message(), and darwin_resume_thread().

unsigned char private_thread_info::single_step

Definition at line 88 of file darwin-nat.h.

Referenced by darwin_resume_thread(), and darwin_wait().

unsigned char private_thread_info::state

Definition at line 140 of file nto-tdep.h.

Referenced by nto_extra_thread_info(), and update_thread_private_data().

td_thrhandle_t private_thread_info::th

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

Referenced by record_thread(), and thread_db_get_thread_local_address().

pthdb_tid_t private_thread_info::tid
short private_thread_info::tid

Definition at line 139 of file nto-tdep.h.

thread_t private_thread_info::tid

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


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