|
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 219 of file windows-nat.c.
| CONTEXT windows_thread_info_struct::context |
Definition at line 228 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 223 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 222 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 225 of file windows-nat.c.
Referenced by handle_exception(), windows_delete_thread(), and windows_thread_name().
| struct windows_thread_info_struct* windows_thread_info_struct::next |
Definition at line 221 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 227 of file windows-nat.c.
Referenced by do_windows_fetch_inferior_registers(), and thread_rec().
| STACKFRAME windows_thread_info_struct::sf |
Definition at line 229 of file windows-nat.c.
| int windows_thread_info_struct::suspended |
Definition at line 226 of file windows-nat.c.
Referenced by thread_rec(), and windows_continue().
| 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().
1.8.14