|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lldb/include/lldb/Target/ExecutionContext.h 226 lldb::ThreadSP GetThreadSP() const;
References
tools/lldb/include/lldb/Core/ValueObject.h 345 return m_update_point.GetExecutionContextRef().GetThreadSP();
tools/lldb/source/API/SBExecutionContext.cpp 117 ThreadSP thread_sp(m_exe_ctx_sp->GetThreadSP());
tools/lldb/source/API/SBThread.cpp 127 return m_opaque_sp->GetThreadSP().get() != nullptr;
439 ThreadSP thread_sp(m_opaque_sp->GetThreadSP());
448 ThreadSP thread_sp(m_opaque_sp->GetThreadSP());
1280 return m_opaque_sp->GetThreadSP().get() ==
1281 rhs.m_opaque_sp->GetThreadSP().get();
1288 return m_opaque_sp->GetThreadSP().get() !=
1289 rhs.m_opaque_sp->GetThreadSP().get();
1376 ThreadSP thread_sp(m_opaque_sp->GetThreadSP());
1385 ThreadSP thread_sp(m_opaque_sp->GetThreadSP());
1396 ThreadSP thread_sp(m_opaque_sp->GetThreadSP());
1407 ThreadSP thread_sp(m_opaque_sp->GetThreadSP());
1418 return m_opaque_sp->GetThreadSP().get();
tools/lldb/source/Core/ValueObject.cpp 3069 ThreadSP thread_sp(m_exe_ctx_ref.GetThreadSP());
tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp 260 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP();
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp 79 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP();
162 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP();
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp 308 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP();
859 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP();
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp 119 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP();
216 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP();
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp 1572 auto thread_sp = context->exe_ctx_ref.GetThreadSP();
tools/lldb/source/Target/ExecutionContext.cpp 112 m_thread_sp(exe_ctx_ref.GetThreadSP()),
123 m_thread_sp = exe_ctx_ref_ptr->GetThreadSP();
138 m_thread_sp = exe_ctx_ref_ptr->GetThreadSP();
152 m_thread_sp = exe_ctx_ref.GetThreadSP();
608 lldb::ThreadSP thread_sp(GetThreadSP());