Home
last modified time | relevance | path

Searched refs:m_thread_sp (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DExecutionContext.cpp87 if (m_thread_sp) in ExecutionContext()
168 m_thread_sp.reset(); in Clear()
217 if (m_thread_sp) in GetBestExecutionContextScope()
235 assert(m_thread_sp); in GetThreadRef()
236 return *m_thread_sp; in GetThreadRef()
295 m_thread_sp.reset(); in SetContext()
305 m_thread_sp.reset(); in SetContext()
349 m_thread_sp = rhs.m_thread_sp; in operator =()
365 if ((m_thread_sp == rhs.m_thread_sp) || in operator ==()
366 (m_thread_sp && rhs.m_thread_sp && in operator ==()
[all …]
H A DThread.cpp158 : m_thread_sp(thread_sp), m_stack_id() {} in ThreadEventData()
162 : m_thread_sp(thread_sp), m_stack_id(stack_id) {} in ThreadEventData()
164 Thread::ThreadEventData::ThreadEventData() : m_thread_sp(), m_stack_id() {} in ThreadEventData()
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DThreadDecoder.cpp24 : m_thread_sp(thread_sp), m_trace(trace) {} in ThreadDecoder()
29 m_thread_sp->GetID(), [&](llvm::ArrayRef<uint8_t> data) -> llvm::Error { in FindLowestTSC()
53 return m_trace.GetThreadTimer(m_thread_sp->GetID()) in DoDecode()
57 m_thread_sp, m_trace.GetPerfZeroTscConversion()); in DoDecode()
60 m_thread_sp->GetID(), [&](llvm::ArrayRef<uint8_t> data) { in DoDecode()
H A DThreadDecoder.h51 lldb::ThreadSP m_thread_sp; variable
H A DDecodedThread.cpp109 ThreadSP DecodedThread::GetThread() { return m_thread_sp; } in GetThread()
239 : m_thread_sp(thread_sp), m_tsc_conversion(tsc_conversion) {} in DecodedThread()
H A DDecodedThread.h256 lldb::ThreadSP m_thread_sp;
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DExecutionContext.h399 Thread *GetThreadPtr() const { return m_thread_sp.get(); } in GetThreadPtr()
464 const lldb::ThreadSP &GetThreadSP() const { return m_thread_sp; } in GetThreadSP()
563 lldb::ThreadSP m_thread_sp; ///< The thread that owns the frame variable
H A DThread.h108 lldb::ThreadSP GetThread() const { return m_thread_sp; } in GetThread()
113 lldb::ThreadSP m_thread_sp;