Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp124 return m_opaque_sp->GetThreadSP().get() != nullptr; in operator bool()
387 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetThreadID()
396 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetIndexID()
1199 return m_opaque_sp->GetThreadSP().get() == in operator ==()
1200 rhs.m_opaque_sp->GetThreadSP().get(); in operator ==()
1206 return m_opaque_sp->GetThreadSP().get() != in operator !=()
1207 rhs.m_opaque_sp->GetThreadSP().get(); in operator !=()
1287 ThreadSP real_thread(exe_ctx.GetThreadSP()); in GetExtendedBacktraceThread()
1314 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetExtendedBacktraceOriginatingIndexID()
1323 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetCurrentException()
[all …]
H A DSBExecutionContext.cpp106 ThreadSP thread_sp(m_exe_ctx_sp->GetThreadSP()); in GetThread()
H A DSBValue.cpp183 ThreadSP GetThreadSP() { in GetThreadSP() function in ValueImpl
185 return m_valobj_sp->GetThreadSP(); in GetThreadSP()
1074 thread_sp = m_opaque_sp->GetThreadSP(); in GetThread()
H A DSBFrame.cpp704 ThreadSP thread_sp(exe_ctx.GetThreadSP()); in GetThread()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp111 m_thread_sp(exe_ctx_ref.GetThreadSP()), in ExecutionContext()
122 m_thread_sp = exe_ctx_ref_ptr->GetThreadSP(); in ExecutionContext()
137 m_thread_sp = exe_ctx_ref_ptr->GetThreadSP(); in ExecutionContext()
151 m_thread_sp = exe_ctx_ref.GetThreadSP(); in ExecutionContext()
435 lldb::ThreadSP thread_sp(exe_ctx.GetThreadSP()); in operator =()
576 lldb::ThreadSP ExecutionContextRef::GetThreadSP() const { in GetThreadSP() function in ExecutionContextRef
603 lldb::ThreadSP thread_sp(GetThreadSP()); in GetFrameSP()
H A DTraceDumper.cpp445 s, m_options, *m_cursor_sp->GetExecutionContextRef().GetThreadSP())) { in TraceDumper()
537 ThreadSP thread_sp = m_cursor_sp->GetExecutionContextRef().GetThreadSP(); in DumpInstructions()
908 ThreadSP thread_sp = m_cursor_sp->GetExecutionContextRef().GetThreadSP(); in DumpFunctionCalls()
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp83 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData()
162 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp110 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData()
209 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp238 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in InsertFunction()
362 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in ExecuteFunction()
H A DUserExpression.cpp229 lldb::ThreadSP thread_sp = exe_ctx.GetThreadSP(); in Evaluate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp215 if (ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP()) in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h342 lldb::ThreadSP GetThreadSP() const { in GetThreadSP() function
343 return m_update_point.GetExecutionContextRef().GetThreadSP(); in GetThreadSP()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp307 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData()
860 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp662 clang_void_pointer_type, arguments, exe_ctx.GetThreadSP(), utility_error); in MakeLoadImageUtilityFunction()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1600 ThreadSP thread_sp = m_exe_ctx.GetThreadSP(); in DoExecute()
2102 return exe_ctx.GetThreadSP(); in GetSingleThreadFromArgs()
H A DCommandCompletions.cpp757 lldb::ThreadSP thread_sp = exe_ctx.GetThreadSP(); in FrameIndexes()
H A DCommandObjectBreakpoint.cpp124 ThreadSP ctx_thread_sp = execution_context->GetThreadSP(); in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1546 auto thread_sp = context->exe_ctx_ref.GetThreadSP(); in InitCompletionHookCallback()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1819 exe_ctx.GetThreadSP(), error); in GetClassInfoUtilityFunctionImpl()
1984 exe_ctx.GetThreadSP(), error); in GetClassInfoUtilityFunctionImpl()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp253 ThreadSP thread_sp = exe_ctx.GetThreadSP(); in ElideMixedSourceAndDisassemblyLine()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp3363 ThreadSP thread_sp(exe_ctx.GetThreadSP()); in EvaluationPoint()
3445 ThreadSP thread_sp(m_exe_ctx_ref.GetThreadSP()); in SyncWithProcessState()