Home
last modified time | relevance | path

Searched refs:GetThreadPtr (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBThread.cpp219 Thread *thread = exe_ctx.GetThreadPtr(); in GetStopReasonDataAtIndex()
502 Thread *thread = exe_ctx.GetThreadPtr(); in ResumeNewPlan()
544 Thread *thread = exe_ctx.GetThreadPtr(); in StepOver()
593 Thread *thread = exe_ctx.GetThreadPtr(); in StepInto()
648 Thread *thread = exe_ctx.GetThreadPtr(); in StepOut()
689 Thread *thread = exe_ctx.GetThreadPtr(); in StepOutOfFrame()
724 Thread *thread = exe_ctx.GetThreadPtr(); in StepInstruction()
758 Thread *thread = exe_ctx.GetThreadPtr(); in RunToAddress()
784 Thread *thread = exe_ctx.GetThreadPtr(); in StepOverUntil()
918 Thread *thread = exe_ctx.GetThreadPtr(); in StepUsingScriptedThreadPlan()
[all …]
H A DSBBreakpointOptionCommon.cpp68 Thread *thread = exe_ctx.GetThreadPtr(); in PrivateBreakpointHitCallback()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp208 Thread *thread = exe_ctx.GetThreadPtr(); in ReadRegisterBytes()
354 Thread *thread = exe_ctx.GetThreadPtr(); in WriteRegisterBytes()
481 Thread *thread = exe_ctx.GetThreadPtr(); in ReadAllRegisterValues()
506 Thread *thread = exe_ctx.GetThreadPtr(); in WriteAllRegisterValues()
524 Thread *thread = exe_ctx.GetThreadPtr(); in ReadAllRegisterValues()
593 Thread *thread = exe_ctx.GetThreadPtr(); in WriteAllRegisterValues()
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp1183 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1214 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1227 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1240 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1253 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1266 if (Thread *thread = exe_ctx->GetThreadPtr()) { in Format()
1278 if (Thread *thread = exe_ctx->GetThreadPtr()) { in Format()
1290 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1307 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1324 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
[all …]
H A DIOHandlerCursesGUI.cpp6411 Thread *thread = exe_ctx.GetThreadPtr(); in MenuDelegateAction()
6715 Thread *thread = exe_ctx.GetThreadPtr(); in WindowDelegateDraw()
6826 thread = exe_ctx.GetThreadPtr(); in WindowDelegateDraw()
7372 Thread *thread = exe_ctx.GetThreadPtr(); in WindowDelegateHandleChar()
7411 Thread *thread = exe_ctx.GetThreadPtr(); in WindowDelegateHandleChar()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DExecutionContext.h399 Thread *GetThreadPtr() const { return m_thread_sp.get(); } in GetThreadPtr() function
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp152 Thread *thread = exe_ctx.GetThreadPtr(); in GetObjectDescription()
155 thread = exe_ctx.GetThreadPtr(); in GetObjectDescription()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp136 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
305 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
1090 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
H A DCommandObjectThreadUtil.cpp43 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
H A DCommandObjectThread.cpp1520 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
1668 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
1894 m_exe_ctx.GetThreadPtr()->AutoCompleteThreadPlans(request); in HandleArgumentCompletion()
1898 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
H A DCommandObjectTarget.cpp4341 Thread *thread = m_exe_ctx.GetThreadPtr(); in AddSymbolsForStack()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandObject.cpp155 assert(!m_exe_ctx.GetThreadPtr()); in CheckRequirements()
698 Thread *thread_to_use = m_exe_ctx.GetThreadPtr(); in GetDefaultThread()
/llvm-project-15.0.7/lldb/source/Expression/
H A DFunctionCaller.cpp241 Thread *thread = exe_ctx.GetThreadPtr(); in GetThreadPlanToCallFunction()
H A DREPL.cpp308 Thread *thread = exe_ctx.GetThreadPtr(); in IOHandlerInputComplete()
H A DDWARFExpression.cpp568 Thread *thread = exe_ctx->GetThreadPtr(); in Evaluate_DW_OP_entry_value()
2466 Thread *thread = exe_ctx->GetThreadPtr(); in Evaluate()
H A DIRInterpreter.cpp1351 if (exe_ctx.GetThreadPtr() == nullptr) { in Interpret()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp85 Thread &thread = *exe_ctx.GetThreadPtr(); in DeterminePtrauthFailure()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp117 else if (exe_ctx.GetThreadPtr() && in WillParse()
118 exe_ctx.GetThreadPtr()->GetStackFrameAtIndex(0)) in WillParse()
120 exe_ctx.GetThreadPtr()->GetStackFrameAtIndex(0)->GetSymbolContext( in WillParse()
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp87 Thread *thread = exe_ctx->GetThreadPtr(); in GetPropertyAtIndex()
H A DTarget.cpp2781 exc_ctx.GetThreadPtr()->GetIndexID()); in RunStopHooks()
H A DProcess.cpp4683 Thread *thread = exe_ctx.GetThreadPtr(); in RunThreadPlan()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3661 Thread *thread_ptr = context.GetThreadPtr(); in KernelBreakpointHit()
4395 coord, m_exe_ctx.GetThreadPtr()); in DoExecute()