Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp69 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.cpp214 sb_thread.SetThread(thread_sp); in GetSelectedThread()
231 sb_thread.SetThread(thread_sp); in CreateOSPluginThread()
399 sb_thread.SetThread(thread_sp); in GetThreadAtIndex()
698 sb_thread.SetThread(thread_sp); in GetThreadByID()
717 sb_thread.SetThread(thread_sp); in GetThreadByIndexID()
H A DSBQueue.cpp147 sb_thread.SetThread(thread_sp); in GetThreadAtIndex()
H A DSBThread.cpp372 void SBThread::SetThread(const ThreadSP &lldb_object_sp) { in SetThread() function in SBThread
1285 sb_origin_thread.SetThread(new_thread_sp); in GetExtendedBacktraceThread()
H A DSBValue.cpp1056 sb_thread.SetThread(thread_sp); in GetThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp74 backing_stop_info_sp->SetThread(shared_from_this()); in CalculateStopInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h32 void SetThread(const lldb::ThreadSP &thread_sp) { m_thread_wp = thread_sp; } in SetThread() function
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h251 void SetThread(const lldb::ThreadSP &lldb_object_sp);