Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp70 sb_thread.SetThread(thread->shared_from_this()); in PrivateBreakpointHitCallback()
H A DSBQueueItem.cpp112 result.SetThread(thread_sp); in GetExtendedBacktraceThread()
H A DSBExecutionContext.cpp118 sb_thread.SetThread(thread_sp); in GetThread()
H A DSBProcess.cpp220 sb_thread.SetThread(thread_sp); in GetSelectedThread()
238 sb_thread.SetThread(thread_sp); in CreateOSPluginThread()
421 sb_thread.SetThread(thread_sp); in GetThreadAtIndex()
717 sb_thread.SetThread(thread_sp); in GetThreadByID()
737 sb_thread.SetThread(thread_sp); in GetThreadByIndexID()
H A DSBQueue.cpp153 sb_thread.SetThread(thread_sp); in GetThreadAtIndex()
H A DSBThread.cpp379 void SBThread::SetThread(const ThreadSP &lldb_object_sp) { in SetThread() function in SBThread
1307 sb_origin_thread.SetThread(new_thread_sp); in GetExtendedBacktraceThread()
H A DSBValue.cpp1062 sb_thread.SetThread(thread_sp); in GetThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp73 backing_stop_info_sp->SetThread(shared_from_this()); in CalculateStopInfo()
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h225 void SetThread(const lldb::ThreadSP &lldb_object_sp);