Home
last modified time | relevance | path

Searched defs:SetThread (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DStopInfo.h32 void SetThread(const lldb::ThreadSP &thread_sp) { m_thread_wp = thread_sp; } in SetThread() function
/openbsd/src/gnu/llvm/lldb/source/API/
DSBThread.cpp372 void SBThread::SetThread(const ThreadSP &lldb_object_sp) { in SetThread() function in SBThread