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

Public Attributes

struct windows_thread_info_structnext
 
DWORD id
 
HANDLE h
 
CORE_ADDR thread_local_base
 
char * name
 
int suspended
 
int reload_context
 
CONTEXT context
 
STACKFRAME sf
 

Detailed Description

Definition at line 180 of file windows-nat.c.

Member Data Documentation

CONTEXT windows_thread_info_struct::context
HANDLE windows_thread_info_struct::h
DWORD windows_thread_info_struct::id
char* windows_thread_info_struct::name

Definition at line 186 of file windows-nat.c.

struct windows_thread_info_struct* windows_thread_info_struct::next
int windows_thread_info_struct::reload_context

Definition at line 188 of file windows-nat.c.

Referenced by do_windows_fetch_inferior_registers(), and thread_rec().

STACKFRAME windows_thread_info_struct::sf

Definition at line 190 of file windows-nat.c.

int windows_thread_info_struct::suspended

Definition at line 187 of file windows-nat.c.

Referenced by thread_rec(), and windows_continue().

CORE_ADDR windows_thread_info_struct::thread_local_base

Definition at line 185 of file windows-nat.c.

Referenced by windows_add_thread(), and windows_get_tib_address().


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