GDBserver
Public Attributes | List of all members
win32_thread_info Struct Reference

#include "win32-low.h"

Public Attributes

DWORD tid
 
HANDLE h
 
CORE_ADDR thread_local_base
 
int suspended
 
CONTEXT context
 
int debug_registers_changed
 

Detailed Description

Definition at line 29 of file win32-low.h.

Member Data Documentation

CONTEXT win32_thread_info::context
int win32_thread_info::debug_registers_changed
HANDLE win32_thread_info::h
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().


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