Home
last modified time | relevance | path

Searched refs:SetThread (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp70 sb_thread.SetThread(thread->shared_from_this()); in PrivateBreakpointHitCallback()
H A DSBQueueItem.cpp107 result.SetThread(thread_sp); in GetExtendedBacktraceThread()
H A DSBExecutionContext.cpp108 sb_thread.SetThread(thread_sp); in GetThread()
H A DSBProcess.cpp210 sb_thread.SetThread(thread_sp); in GetSelectedThread()
227 sb_thread.SetThread(thread_sp); in CreateOSPluginThread()
396 sb_thread.SetThread(thread_sp); in GetThreadAtIndex()
688 sb_thread.SetThread(thread_sp); in GetThreadByID()
707 sb_thread.SetThread(thread_sp); in GetThreadByIndexID()
H A DSBQueue.cpp149 sb_thread.SetThread(thread_sp); in GetThreadAtIndex()
H A DSBThread.cpp372 void SBThread::SetThread(const ThreadSP &lldb_object_sp) { in SetThread() function in SBThread
1264 sb_origin_thread.SetThread(new_thread_sp); in GetExtendedBacktraceThread()
H A DSBValue.cpp1030 sb_thread.SetThread(thread_sp); in GetThread()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp74 backing_stop_info_sp->SetThread(shared_from_this()); in CalculateStopInfo()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStopInfo.h32 void SetThread(const lldb::ThreadSP &thread_sp) { m_thread_wp = thread_sp; } in SetThread() function
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBThread.h227 void SetThread(const lldb::ThreadSP &lldb_object_sp);