Lines Matching defs:th
53 auto th = static_cast<windows_thread_info *> (thread->target_data ());
57 th->debug_registers_changed = true;
86 auto th
89 win32_require_context (th);
91 return windows_process.with_context (th, [&] (auto *context) -> DWORD64
228 i386_get_thread_context (windows_thread_info *th)
230 windows_process.with_context (th, [&] (auto *context)
243 BOOL ret = get_thread_context (th->h, context);
260 i386_prepare_to_resume (windows_thread_info *th)
262 if (th->debug_registers_changed)
266 win32_require_context (th);
268 windows_process.with_context (th, [&] (auto *context)
279 th->debug_registers_changed = false;
284 i386_thread_added (windows_thread_info *th)
286 th->debug_registers_changed = true;
290 i386_single_step (windows_thread_info *th)
292 windows_process.with_context (th, [] (auto *context)
465 windows_thread_info *th, int r)
475 char *context_offset = windows_process.with_context (th, [&] (auto *context)
498 /* Store a new register value into the thread context of TH. */
501 windows_thread_info *th, int r)
511 char *context_offset = windows_process.with_context (th, [&] (auto *context)