| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ExecutionContext.cpp | 113 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 D | SBThread.cpp | 459 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 D | SBExecutionContext.cpp | 87 ThreadSP thread_sp(m_exe_ctx_sp->GetThreadSP()); in GetThread()
|
| H A D | SBValue.cpp | 184 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 D | SBFrame.cpp | 855 ThreadSP thread_sp(exe_ctx.GetThreadSP()); in GetThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ExecutionContext.h | 263 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 D | MainThreadCheckerRuntime.cpp | 78 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 D | UBSanRuntime.cpp | 118 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 D | FunctionCaller.cpp | 216 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in InsertFunction() 337 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in ExecuteFunction()
|
| H A D | UserExpression.cpp | 184 lldb::ThreadSP thread_sp = exe_ctx.GetThreadSP(); in Evaluate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 366 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 D | ASanRuntime.cpp | 262 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | TSanRuntime.cpp | 309 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 D | ValueObject.cpp | 2971 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 D | Disassembler.cpp | 338 ThreadSP thread_sp = exe_ctx.GetThreadSP(); in ElideMixedSourceAndDisassemblyLine()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 1034 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 D | StructuredDataDarwinLog.cpp | 1627 auto thread_sp = context->exe_ctx_ref.GetThreadSP(); in InitCompletionHookCallback()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 1727 ThreadSP thread_sp = m_exe_ctx.GetThreadSP(); in DoExecute()
|