Home
last modified time | relevance | path

Searched refs:stop_thread (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp376 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 DNativeProcessWindows.cpp497 if (NativeThreadWindows *stop_thread = in OnDebugException() local
499 auto &register_context = stop_thread->GetRegisterContext(); in OnDebugException()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp331 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 DChangeLog-20016349 * linux-thread.c (stop_thread, update_stop_threads): Likewise.
H A DChangeLog-19991636 (stop_thread): Likewise.