GDB (xrefs)
|
#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 |
Definition at line 87 of file aix-thread.c.
int private_thread_info::core |
Definition at line 421 of file remote.c.
Referenced by demand_private_info(), process_stop_reply(), remote_core_of_thread(), and remote_update_thread_list().
unsigned int private_thread_info::dying |
Definition at line 308 of file linux-thread-db.c.
Referenced by attach_thread(), detach_thread(), thread_db_extra_thread_info(), and update_thread_state().
struct darwin_exception_msg private_thread_info::event |
Definition at line 94 of file darwin-nat.h.
Referenced by darwin_decode_exception_message(), darwin_decode_message(), darwin_resume_thread(), darwin_send_reply(), and darwin_wait().
char* private_thread_info::extra |
Definition at line 420 of file remote.c.
Referenced by demand_private_info(), free_private_thread_info(), remote_threads_extra_info(), and remote_update_thread_list().
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 |
Definition at line 76 of file darwin-nat.h.
Referenced by darwin_check_new_threads(), darwin_decode_message(), darwin_find_thread(), darwin_get_ada_task_ptid(), darwin_init_thread_list(), darwin_mourn_inferior(), darwin_resume_thread(), darwin_setup_fake_stop_event(), darwin_suspend_inferior_threads(), darwin_wait(), and info_mach_ports_command().
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 |
Definition at line 85 of file darwin-nat.h.
Referenced by darwin_check_new_threads(), darwin_decode_exception_message(), darwin_decode_message(), darwin_reply_to_all_pending_messages(), darwin_resume_thread(), darwin_suspend_inferior_threads(), and darwin_wait().
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 |
Definition at line 88 of file aix-thread.c.
Referenced by aix_thread_extra_thread_info(), aix_thread_fetch_registers(), aix_thread_store_registers(), and sync_threadlists().
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 |
Definition at line 89 of file aix-thread.c.
Referenced by aix_thread_extra_thread_info(), aix_thread_fetch_registers(), aix_thread_resume(), aix_thread_store_registers(), iter_tid(), procfs_update_thread_list(), record_thread(), sync_threadlists(), thread_db_pid_to_str(), and update_thread_private_data().
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.