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

CONTEXT win32_thread_info::context

◆ debug_registers_changed

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().

◆ h

HANDLE win32_thread_info::h

◆ suspended

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().

◆ thread_local_base

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().

◆ tid

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: