Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DThreadMemory.cpp110 backing_stop_info_sp->SetThread (shared_from_this()); in CalculateStopInfo()
/external/lldb/include/lldb/API/
DSBThread.h207 SetThread (const lldb::ThreadSP& lldb_object_sp);
/external/lldb/include/lldb/Target/
DStopInfo.h44 SetThread (const lldb::ThreadSP &thread_sp) in SetThread() function
/external/lldb/source/API/
DSBProcess.cpp270 sb_thread.SetThread (thread_sp); in GetSelectedThread()
293 sb_thread.SetThread (thread_sp); in CreateOSPluginThread()
521 sb_thread.SetThread (thread_sp); in GetThreadAtIndex()
858 sb_thread.SetThread (thread_sp); in GetThreadByID()
885 sb_thread.SetThread (thread_sp); in GetThreadByIndexID()
DSBBreakpoint.cpp553 sb_thread.SetThread(thread->shared_from_this()); in PrivateBreakpointHitCallback()
DSBThread.cpp430 SBThread::SetThread (const ThreadSP& lldb_object_sp) in SetThread() function in SBThread
DSBValue.cpp1240 sb_thread.SetThread(thread_sp); in GetThread()