| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ExecutionContext.cpp | 112 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 D | TraceInstructionDumper.cpp | 163 ThreadSP thread_sp = m_cursor_up->GetExecutionContextRef().GetThreadSP(); in DumpInstructions()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBThread.cpp | 386 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 D | SBExecutionContext.cpp | 116 ThreadSP thread_sp(m_exe_ctx_sp->GetThreadSP()); in GetThread()
|
| H A D | SBValue.cpp | 181 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 D | SBFrame.cpp | 723 ThreadSP thread_sp(exe_ctx.GetThreadSP()); in GetThread()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ExecutionContext.h | 226 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 D | InstrumentationRuntimeMainThreadChecker.cpp | 88 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 D | InstrumentationRuntimeUBSan.cpp | 115 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 D | FunctionCaller.cpp | 214 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in InsertFunction() 338 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in ExecuteFunction()
|
| H A D | UserExpression.cpp | 201 lldb::ThreadSP thread_sp = exe_ctx.GetThreadSP(); in Evaluate()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 262 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 342 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 D | InstrumentationRuntimeTSan.cpp | 310 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 D | CommandCompletions.cpp | 721 lldb::ThreadSP thread_sp = exe_ctx.GetThreadSP(); in FrameIndexes()
|
| H A D | CommandObjectThread.cpp | 1479 ThreadSP thread_sp = m_exe_ctx.GetThreadSP(); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 683 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 D | AppleObjCRuntimeV2.cpp | 1572 exe_ctx.GetThreadSP(), error); in GetClassInfoUtilityFunctionImpl() 1711 exe_ctx.GetThreadSP(), error); in GetClassInfoUtilityFunctionImpl()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObject.cpp | 2816 ThreadSP thread_sp(exe_ctx.GetThreadSP()); in EvaluationPoint() 2898 ThreadSP thread_sp(m_exe_ctx_ref.GetThreadSP()); in SyncWithProcessState()
|
| H A D | Disassembler.cpp | 249 ThreadSP thread_sp = exe_ctx.GetThreadSP(); in ElideMixedSourceAndDisassemblyLine()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1568 auto thread_sp = context->exe_ctx_ref.GetThreadSP(); in InitCompletionHookCallback()
|