Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp112 m_thread_sp(exe_ctx_ref.GetThreadSP()), in ExecutionContext()
123 m_thread_sp = exe_ctx_ref_ptr->GetThreadSP(); in ExecutionContext()
138 m_thread_sp = exe_ctx_ref_ptr->GetThreadSP(); in ExecutionContext()
152 m_thread_sp = exe_ctx_ref.GetThreadSP(); in ExecutionContext()
440 lldb::ThreadSP thread_sp(exe_ctx.GetThreadSP()); in operator =()
580 lldb::ThreadSP ExecutionContextRef::GetThreadSP() const { in GetThreadSP() function in ExecutionContextRef
607 lldb::ThreadSP thread_sp(GetThreadSP()); in GetFrameSP()
H A DTraceInstructionDumper.cpp163 ThreadSP thread_sp = m_cursor_up->GetExecutionContextRef().GetThreadSP(); in DumpInstructions()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp386 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetThreadID()
395 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetIndexID()
1226 return m_opaque_sp->GetThreadSP().get() == in operator ==()
1227 rhs.m_opaque_sp->GetThreadSP().get(); in operator ==()
1234 return m_opaque_sp->GetThreadSP().get() != in operator !=()
1235 rhs.m_opaque_sp->GetThreadSP().get(); in operator !=()
1322 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetExtendedBacktraceOriginatingIndexID()
1331 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetCurrentException()
1342 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetCurrentExceptionBacktrace()
1353 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in SafeToCallFunctions()
[all …]
H A DSBExecutionContext.cpp116 ThreadSP thread_sp(m_exe_ctx_sp->GetThreadSP()); in GetThread()
H A DSBValue.cpp181 ThreadSP GetThreadSP() { in GetThreadSP() function in ValueImpl
183 return m_valobj_sp->GetThreadSP(); in GetThreadSP()
1061 thread_sp = m_opaque_sp->GetThreadSP(); in GetThread()
H A DSBFrame.cpp723 ThreadSP thread_sp(exe_ctx.GetThreadSP()); in GetThread()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h226 lldb::ThreadSP GetThreadSP() const;
464 const lldb::ThreadSP &GetThreadSP() const { return m_thread_sp; } in GetThreadSP() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp88 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData()
166 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp115 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData()
213 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp214 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in InsertFunction()
338 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in ExecuteFunction()
H A DUserExpression.cpp201 lldb::ThreadSP thread_sp = exe_ctx.GetThreadSP(); in Evaluate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp262 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h342 lldb::ThreadSP GetThreadSP() const { in GetThreadSP() function
343 return m_update_point.GetExecutionContextRef().GetThreadSP(); in GetThreadSP()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp310 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData()
862 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp721 lldb::ThreadSP thread_sp = exe_ctx.GetThreadSP(); in FrameIndexes()
H A DCommandObjectThread.cpp1479 ThreadSP thread_sp = m_exe_ctx.GetThreadSP(); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp683 clang_void_pointer_type, arguments, exe_ctx.GetThreadSP(), utility_error); in MakeLoadImageUtilityFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1572 exe_ctx.GetThreadSP(), error); in GetClassInfoUtilityFunctionImpl()
1711 exe_ctx.GetThreadSP(), error); in GetClassInfoUtilityFunctionImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2816 ThreadSP thread_sp(exe_ctx.GetThreadSP()); in EvaluationPoint()
2898 ThreadSP thread_sp(m_exe_ctx_ref.GetThreadSP()); in SyncWithProcessState()
H A DDisassembler.cpp249 ThreadSP thread_sp = exe_ctx.GetThreadSP(); in ElideMixedSourceAndDisassemblyLine()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1568 auto thread_sp = context->exe_ctx_ref.GetThreadSP(); in InitCompletionHookCallback()