Home
last modified time | relevance | path

Searched refs:GetThreadSP (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp113 m_thread_sp(exe_ctx_ref.GetThreadSP()), in ExecutionContext()
124 m_thread_sp = exe_ctx_ref_ptr->GetThreadSP(); in ExecutionContext()
139 m_thread_sp = exe_ctx_ref_ptr->GetThreadSP(); in ExecutionContext()
153 m_thread_sp = exe_ctx_ref.GetThreadSP(); in ExecutionContext()
450 lldb::ThreadSP thread_sp(exe_ctx.GetThreadSP()); in operator =()
590 lldb::ThreadSP ExecutionContextRef::GetThreadSP() const { in GetThreadSP() function in ExecutionContextRef
617 lldb::ThreadSP thread_sp(GetThreadSP()); in GetFrameSP()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp459 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetThreadID()
466 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetIndexID()
1381 return m_opaque_sp->GetThreadSP().get() == in operator ==()
1382 rhs.m_opaque_sp->GetThreadSP().get(); in operator ==()
1386 return m_opaque_sp->GetThreadSP().get() != in operator !=()
1387 rhs.m_opaque_sp->GetThreadSP().get(); in operator !=()
1481 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetExtendedBacktraceOriginatingIndexID()
1488 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetCurrentException()
1495 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetCurrentExceptionBacktrace()
1502 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in SafeToCallFunctions()
[all …]
H A DSBExecutionContext.cpp87 ThreadSP thread_sp(m_exe_ctx_sp->GetThreadSP()); in GetThread()
H A DSBValue.cpp184 ThreadSP GetThreadSP() { in GetThreadSP() function in ValueImpl
186 return m_valobj_sp->GetThreadSP(); in GetThreadSP()
1174 thread_sp = m_opaque_sp->GetThreadSP(); in GetThread()
H A DSBFrame.cpp855 ThreadSP thread_sp(exe_ctx.GetThreadSP()); in GetThread()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DExecutionContext.h263 lldb::ThreadSP GetThreadSP() const;
550 const lldb::ThreadSP &GetThreadSP() const { return m_thread_sp; } in GetThreadSP() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp78 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData()
161 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp118 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData()
215 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp216 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in InsertFunction()
337 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in ExecuteFunction()
H A DUserExpression.cpp184 lldb::ThreadSP thread_sp = exe_ctx.GetThreadSP(); in Evaluate()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h366 lldb::ThreadSP GetThreadSP() const { in GetThreadSP() function
367 return m_update_point.GetExecutionContextRef().GetThreadSP(); in GetThreadSP()
1074 lldb::ThreadSP GetThreadSP() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp262 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp309 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData()
860 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp2971 ThreadSP thread_sp(exe_ctx.GetThreadSP()); in EvaluationPoint()
3053 ThreadSP thread_sp(m_exe_ctx_ref.GetThreadSP()); in SyncWithProcessState()
3397 lldb::ThreadSP ValueObjectManager::GetThreadSP() const { in GetThreadSP() function in ValueObjectManager
3399 return m_root_valobj_sp->GetThreadSP(); in GetThreadSP()
H A DDisassembler.cpp338 ThreadSP thread_sp = exe_ctx.GetThreadSP(); in ElideMixedSourceAndDisassemblyLine()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp1034 clang_void_pointer_type, arguments, exe_ctx.GetThreadSP(), utility_error); in MakeLoadImageUtilityFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1627 auto thread_sp = context->exe_ctx_ref.GetThreadSP(); in InitCompletionHookCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp1727 ThreadSP thread_sp = m_exe_ctx.GetThreadSP(); in DoExecute()