/openbsd-src/gnu/llvm/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() 1188 return m_opaque_sp->GetThreadSP().get() == in operator ==() 1189 rhs.m_opaque_sp->GetThreadSP().get(); in operator ==() 1195 return m_opaque_sp->GetThreadSP().get() != in operator !=() 1196 rhs.m_opaque_sp->GetThreadSP().get(); in operator !=() 1251 ThreadSP real_thread(exe_ctx.GetThreadSP()); in GetExtendedBacktraceThread() 1278 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetExtendedBacktraceOriginatingIndexID() 1287 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 | 179 ThreadSP GetThreadSP() { in GetThreadSP() function in ValueImpl 181 return m_valobj_sp->GetThreadSP(); in GetThreadSP() 1029 thread_sp = m_opaque_sp->GetThreadSP(); in GetThread()
|
H A D | SBFrame.cpp | 700 ThreadSP thread_sp(exe_ctx.GetThreadSP()); in GetThread()
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | ExecutionContext.cpp | 110 m_thread_sp(exe_ctx_ref.GetThreadSP()), in ExecutionContext() 121 m_thread_sp = exe_ctx_ref_ptr->GetThreadSP(); in ExecutionContext() 136 m_thread_sp = exe_ctx_ref_ptr->GetThreadSP(); in ExecutionContext() 150 m_thread_sp = exe_ctx_ref.GetThreadSP(); in ExecutionContext() 434 lldb::ThreadSP thread_sp(exe_ctx.GetThreadSP()); in operator =() 574 lldb::ThreadSP ExecutionContextRef::GetThreadSP() const { in GetThreadSP() function in ExecutionContextRef 601 lldb::ThreadSP thread_sp(GetThreadSP()); in GetFrameSP()
|
H A D | TraceDumper.cpp | 445 s, m_options, *m_cursor_sp->GetExecutionContextRef().GetThreadSP())) { in TraceDumper() 536 ThreadSP thread_sp = m_cursor_sp->GetExecutionContextRef().GetThreadSP(); in DumpInstructions() 907 ThreadSP thread_sp = m_cursor_sp->GetExecutionContextRef().GetThreadSP(); in DumpFunctionCalls()
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
H A D | InstrumentationRuntimeMainThreadChecker.cpp | 83 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData() 161 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
H A D | InstrumentationRuntimeUBSan.cpp | 111 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData() 211 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit()
|
/openbsd-src/gnu/llvm/lldb/source/Expression/ |
H A D | FunctionCaller.cpp | 241 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in InsertFunction() 363 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in ExecuteFunction()
|
H A D | UserExpression.cpp | 225 lldb::ThreadSP thread_sp = exe_ctx.GetThreadSP(); in Evaluate()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
H A D | InstrumentationRuntimeASan.cpp | 260 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit()
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 306 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData() 863 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/ |
H A D | PlatformWindows.cpp | 712 utility->MakeFunctionCaller(VoidPtrTy, parameters, context.GetThreadSP(), in MakeLoadImageUtilityFunction()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 652 clang_void_pointer_type, arguments, exe_ctx.GetThreadSP(), utility_error); in MakeLoadImageUtilityFunction()
|
/openbsd-src/gnu/llvm/lldb/source/Commands/ |
H A D | CommandCompletions.cpp | 723 lldb::ThreadSP thread_sp = exe_ctx.GetThreadSP(); in FrameIndexes()
|
H A D | CommandObjectThread.cpp | 1573 ThreadSP thread_sp = m_exe_ctx.GetThreadSP(); in DoExecute() 2098 return exe_ctx.GetThreadSP(); in GetSingleThreadFromArgs()
|
H A D | CommandObjectBreakpoint.cpp | 119 ThreadSP ctx_thread_sp = execution_context->GetThreadSP(); in SetOptionValue()
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | ValueObject.cpp | 2831 ThreadSP thread_sp(exe_ctx.GetThreadSP()); in EvaluationPoint() 2913 ThreadSP thread_sp(m_exe_ctx_ref.GetThreadSP()); in SyncWithProcessState()
|
H A D | Disassembler.cpp | 248 ThreadSP thread_sp = exe_ctx.GetThreadSP(); in ElideMixedSourceAndDisassemblyLine()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV2.cpp | 1675 exe_ctx.GetThreadSP(), error); in GetClassInfoUtilityFunctionImpl() 1840 exe_ctx.GetThreadSP(), error); in GetClassInfoUtilityFunctionImpl()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 1548 auto thread_sp = context->exe_ctx_ref.GetThreadSP(); in InitCompletionHookCallback()
|