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 219 of file windows-nat.c.

Member Data Documentation

◆ context

CONTEXT windows_thread_info_struct::context

◆ h

HANDLE windows_thread_info_struct::h

◆ id

DWORD windows_thread_info_struct::id

◆ name

char* windows_thread_info_struct::name

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

Referenced by handle_exception(), windows_delete_thread(), and windows_thread_name().

◆ next

struct windows_thread_info_struct* windows_thread_info_struct::next

◆ reload_context

int windows_thread_info_struct::reload_context

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

Referenced by do_windows_fetch_inferior_registers(), and thread_rec().

◆ sf

STACKFRAME windows_thread_info_struct::sf

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

◆ suspended

int windows_thread_info_struct::suspended

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

Referenced by thread_rec(), and windows_continue().

◆ thread_local_base

CORE_ADDR windows_thread_info_struct::thread_local_base

Definition at line 224 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: