GDB (xrefs)
|
Public Attributes | |
struct windows_thread_info_struct * | next |
DWORD | id |
HANDLE | h |
CORE_ADDR | thread_local_base |
char * | name |
int | suspended |
int | reload_context |
CONTEXT | context |
STACKFRAME | sf |
Definition at line 180 of file windows-nat.c.
CONTEXT windows_thread_info_struct::context |
Definition at line 189 of file windows-nat.c.
Referenced by display_selectors(), do_windows_fetch_inferior_registers(), do_windows_store_inferior_registers(), windows_add_thread(), windows_continue(), and windows_resume().
HANDLE windows_thread_info_struct::h |
Definition at line 184 of file windows-nat.c.
Referenced by display_selectors(), do_windows_fetch_inferior_registers(), thread_rec(), windows_add_thread(), windows_continue(), and windows_resume().
DWORD windows_thread_info_struct::id |
Definition at line 183 of file windows-nat.c.
Referenced by thread_rec(), windows_add_thread(), windows_continue(), and windows_delete_thread().
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 |
Definition at line 182 of file windows-nat.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), thread_rec(), windows_add_thread(), windows_continue(), windows_delete_thread(), and windows_init_thread_list().
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().