Home
last modified time | relevance | path

Searched refs:StopThread (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp267 void NativeProcessWindows::StopThread(lldb::tid_t thread_id, in StopThread() function in lldb_private::NativeProcessWindows
477 StopThread(record.GetThreadID(), StopReason::eStopReasonWatchpoint, in OnDebugException()
482 StopThread(record.GetThreadID(), StopReason::eStopReasonTrace); in OnDebugException()
495 StopThread(record.GetThreadID(), StopReason::eStopReasonBreakpoint); in OnDebugException()
546 StopThread(record.GetThreadID(), StopReason::eStopReasonException, in OnDebugException()
H A DNativeProcessWindows.h118 void StopThread(lldb::tid_t thread_id, lldb::StopReason reason,