GDBserver
|
#include "win32-low.h"
Public Attributes | |
DWORD | tid |
HANDLE | h |
CORE_ADDR | thread_local_base |
int | suspended |
CONTEXT | context |
int | debug_registers_changed |
Definition at line 29 of file win32-low.h.
CONTEXT win32_thread_info::context |
Definition at line 49 of file win32-low.h.
Referenced by arm_fetch_inferior_register(), arm_get_thread_context(), arm_store_inferior_register(), continue_one_thread(), i386_fetch_inferior_register(), i386_get_thread_context(), i386_prepare_to_resume(), i386_single_step(), i386_store_inferior_register(), win32_get_thread_context(), win32_require_context(), win32_resume(), and win32_set_thread_context().
int win32_thread_info::debug_registers_changed |
Definition at line 53 of file win32-low.h.
Referenced by i386_prepare_to_resume(), i386_thread_added(), and update_debug_registers_callback().
HANDLE win32_thread_info::h |
Definition at line 35 of file win32-low.h.
Referenced by arm_get_thread_context(), child_add_thread(), continue_one_thread(), delete_thread_info(), i386_get_thread_context(), suspend_one_thread(), win32_require_context(), and win32_set_thread_context().
int win32_thread_info::suspended |
Definition at line 41 of file win32-low.h.
Referenced by continue_one_thread(), suspend_one_thread(), and win32_require_context().
CORE_ADDR win32_thread_info::thread_local_base |
Definition at line 38 of file win32-low.h.
Referenced by child_add_thread(), and win32_get_tib_address().
DWORD win32_thread_info::tid |
Definition at line 32 of file win32-low.h.
Referenced by child_add_thread(), and continue_one_thread().