Searched refs:stop_thread (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessWindows.cpp | 376 ThreadSP stop_thread = m_thread_list.GetSelectedThread(); in RefreshStateAfterStop() local 377 if (!stop_thread) in RefreshStateAfterStop() 382 RegisterContextSP register_context = stop_thread->GetRegisterContext(); in RefreshStateAfterStop() 385 if (site && site->ValidForThisThread(*stop_thread)) { in RefreshStateAfterStop() 391 stop_info = StopInfo::CreateStopReasonWithBreakpointSiteID(*stop_thread, in RefreshStateAfterStop() 393 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop() 399 stop_thread->GetRegisterContext().get()); in RefreshStateAfterStop() 413 *stop_thread, id, m_watchpoints[id].address); in RefreshStateAfterStop() 414 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop() 419 LLDB_LOG(log, "single stepping thread {0}", stop_thread->GetID()); in RefreshStateAfterStop() [all …]
|
| H A D | NativeProcessWindows.cpp | 497 if (NativeThreadWindows *stop_thread = in OnDebugException() local 499 auto ®ister_context = stop_thread->GetRegisterContext(); in OnDebugException()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 331 lldb::ThreadSP stop_thread; in RefreshStateAfterStop() local 334 stop_thread = Process::m_thread_list.GetSelectedThread(); in RefreshStateAfterStop() 346 *stop_thread, signo); in RefreshStateAfterStop() 349 *stop_thread, m_active_exception->ExceptionRecord.ExceptionCode, 2, in RefreshStateAfterStop() 362 *stop_thread, desc_stream.str().c_str()); in RefreshStateAfterStop() 365 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ChangeLog-2001 | 6349 * linux-thread.c (stop_thread, update_stop_threads): Likewise.
|
| H A D | ChangeLog-1999 | 1636 (stop_thread): Likewise.
|