/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBThread.cpp | 124 return m_opaque_sp->GetThreadSP().get() != nullptr; in operator bool() 379 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetThreadID() 388 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetIndexID() 1185 return m_opaque_sp->GetThreadSP().get() == in operator ==() 1186 rhs.m_opaque_sp->GetThreadSP().get(); in operator ==() 1192 return m_opaque_sp->GetThreadSP().get() != in operator !=() 1193 rhs.m_opaque_sp->GetThreadSP().get(); in operator !=() 1272 ThreadSP real_thread(exe_ctx.GetThreadSP()); in GetExtendedBacktraceThread() 1299 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetExtendedBacktraceOriginatingIndexID() 1308 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetCurrentException() [all …]
|
H A D | SBExecutionContext.cpp | 106 ThreadSP thread_sp(m_exe_ctx_sp->GetThreadSP()); in GetThread()
|
H A D | SBValue.cpp | 183 ThreadSP GetThreadSP() { in GetThreadSP() function in ValueImpl 185 return m_valobj_sp->GetThreadSP(); in GetThreadSP() 1055 thread_sp = m_opaque_sp->GetThreadSP(); in GetThread()
|
H A D | SBFrame.cpp | 703 ThreadSP thread_sp(exe_ctx.GetThreadSP()); in GetThread()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ExecutionContext.cpp | 111 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 D | TraceDumper.cpp | 445 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 D | ExecutionContext.h | 226 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 D | InstrumentationRuntimeMainThreadChecker.cpp | 83 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 D | InstrumentationRuntimeUBSan.cpp | 110 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData() 211 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | FunctionCaller.cpp | 239 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in InsertFunction() 360 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in ExecuteFunction()
|
H A D | UserExpression.cpp | 226 lldb::ThreadSP thread_sp = exe_ctx.GetThreadSP(); in Evaluate()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
H A D | ReportRetriever.cpp | 208 if (ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP()) in NotifyBreakpointHit()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
H A D | InstrumentationRuntimeASan.cpp |
|
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 307 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData() 863 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 654 clang_void_pointer_type, arguments, exe_ctx.GetThreadSP(), utility_error); in MakeLoadImageUtilityFunction()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 1593 ThreadSP thread_sp = m_exe_ctx.GetThreadSP(); in DoExecute() 2089 return exe_ctx.GetThreadSP(); in GetSingleThreadFromArgs()
|
H A D | CommandCompletions.cpp | 748 lldb::ThreadSP thread_sp = exe_ctx.GetThreadSP(); in FrameIndexes()
|
H A D | CommandObjectBreakpoint.cpp | 120 ThreadSP ctx_thread_sp = execution_context->GetThreadSP(); in SetOptionValue()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 1538 auto thread_sp = context->exe_ctx_ref.GetThreadSP(); in InitCompletionHookCallback()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV2.cpp | 1803 exe_ctx.GetThreadSP(), error); in GetClassInfoUtilityFunctionImpl() 1968 exe_ctx.GetThreadSP(), error); in GetClassInfoUtilityFunctionImpl()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Disassembler.cpp | 244 ThreadSP thread_sp = exe_ctx.GetThreadSP(); in ElideMixedSourceAndDisassemblyLine()
|
H A D | ValueObject.cpp | 3393 ThreadSP thread_sp(exe_ctx.GetThreadSP()); in EvaluationPoint() 3475 ThreadSP thread_sp(m_exe_ctx_ref.GetThreadSP()); in SyncWithProcessState()
|