Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBQueueItem.cpp116 result.SetThread (thread_sp); in GetExtendedBacktraceThread()
HDSBProcess.cpp274 sb_thread.SetThread (thread_sp); in GetSelectedThread()
297 sb_thread.SetThread (thread_sp); in CreateOSPluginThread()
525 sb_thread.SetThread (thread_sp); in GetThreadAtIndex()
909 sb_thread.SetThread (thread_sp); in GetThreadByID()
936 sb_thread.SetThread (thread_sp); in GetThreadByIndexID()
HDSBQueue.cpp217 sb_thread.SetThread (thread_sp); in GetThreadAtIndex()
HDSBThread.cpp431 SBThread::SetThread (const ThreadSP& lldb_object_sp) in SetThread() function in SBThread
1313 sb_origin_thread.SetThread (new_thread_sp); in GetExtendedBacktraceThread()
HDSBBreakpoint.cpp554 sb_thread.SetThread(thread->shared_from_this()); in PrivateBreakpointHitCallback()
HDSBValue.cpp1257 sb_thread.SetThread(thread_sp); in GetThread()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDThreadMemory.cpp110 backing_stop_info_sp->SetThread (shared_from_this()); in CalculateStopInfo()
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDStopInfo.h44 SetThread (const lldb::ThreadSP &thread_sp) in SetThread() function
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBThread.h221 SetThread (const lldb::ThreadSP& lldb_object_sp);
/trueos/contrib/llvm/tools/lldb/source/Core/
HDIOHandler.cpp3061 SetThread (ThreadSP thread_sp) in SetThread() function in FrameTreeDelegate
3121 m_frame_delegate_sp->SetThread(thread_sp); in TreeDelegateGenerateChildren()