Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp219 Thread *thread = exe_ctx.GetThreadPtr(); in GetStopReasonDataAtIndex()
500 Thread *thread = exe_ctx.GetThreadPtr(); in ResumeNewPlan()
542 Thread *thread = exe_ctx.GetThreadPtr(); in StepOver()
591 Thread *thread = exe_ctx.GetThreadPtr(); in StepInto()
646 Thread *thread = exe_ctx.GetThreadPtr(); in StepOut()
687 Thread *thread = exe_ctx.GetThreadPtr(); in StepOutOfFrame()
722 Thread *thread = exe_ctx.GetThreadPtr(); in StepInstruction()
756 Thread *thread = exe_ctx.GetThreadPtr(); in RunToAddress()
782 Thread *thread = exe_ctx.GetThreadPtr(); in StepOverUntil()
914 Thread *thread = exe_ctx.GetThreadPtr(); in StepUsingScriptedThreadPlan()
[all …]
H A DSBBreakpointOptionCommon.cpp67 Thread *thread = exe_ctx.GetThreadPtr(); in PrivateBreakpointHitCallback()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp209 Thread *thread = exe_ctx.GetThreadPtr(); in ReadRegisterBytes()
357 Thread *thread = exe_ctx.GetThreadPtr(); in WriteRegisterBytes()
479 Thread *thread = exe_ctx.GetThreadPtr(); in ReadAllRegisterValues()
504 Thread *thread = exe_ctx.GetThreadPtr(); in WriteAllRegisterValues()
522 Thread *thread = exe_ctx.GetThreadPtr(); in ReadAllRegisterValues()
591 Thread *thread = exe_ctx.GetThreadPtr(); in WriteAllRegisterValues()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1247 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1279 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1292 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1305 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1318 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1331 if (Thread *thread = exe_ctx->GetThreadPtr()) { in Format()
1343 if (Thread *thread = exe_ctx->GetThreadPtr()) { in Format()
1355 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1372 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1389 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
[all …]
H A DIOHandlerCursesGUI.cpp6433 Thread *thread = exe_ctx.GetThreadPtr(); in MenuDelegateAction()
6738 Thread *thread = exe_ctx.GetThreadPtr(); in WindowDelegateDraw()
6849 thread = exe_ctx.GetThreadPtr(); in WindowDelegateDraw()
7397 Thread *thread = exe_ctx.GetThreadPtr(); in WindowDelegateHandleChar()
7437 Thread *thread = exe_ctx.GetThreadPtr(); in WindowDelegateHandleChar()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h399 Thread *GetThreadPtr() const { return m_thread_sp.get(); } in GetThreadPtr() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp153 Thread *thread = exe_ctx.GetThreadPtr(); in GetObjectDescription()
156 thread = exe_ctx.GetThreadPtr(); in GetObjectDescription()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp137 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
302 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
1116 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
H A DCommandObjectThreadUtil.cpp43 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
H A DCommandObjectThread.cpp1583 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
1731 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
1956 m_exe_ctx.GetThreadPtr()->AutoCompleteThreadPlans(request); in HandleArgumentCompletion()
1960 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
H A DCommandObjectTarget.cpp4636 Thread *thread = m_exe_ctx.GetThreadPtr(); in AddSymbolsForStack()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp267 Thread *thread = exe_ctx.GetThreadPtr(); in GetThreadPlanToCallFunction()
H A DREPL.cpp311 Thread *thread = exe_ctx.GetThreadPtr(); in IOHandlerInputComplete()
H A DDWARFExpression.cpp601 Thread *thread = exe_ctx->GetThreadPtr(); in Evaluate_DW_OP_entry_value()
2517 Thread *thread = exe_ctx->GetThreadPtr(); in Evaluate()
H A DIRInterpreter.cpp1444 if (exe_ctx.GetThreadPtr() == nullptr) { in Interpret()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp86 Thread &thread = *exe_ctx.GetThreadPtr(); in DeterminePtrauthFailure()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp116 else if (exe_ctx.GetThreadPtr() && in WillParse()
117 exe_ctx.GetThreadPtr()->GetStackFrameAtIndex(0)) in WillParse()
119 exe_ctx.GetThreadPtr()->GetStackFrameAtIndex(0)->GetSymbolContext( in WillParse()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp88 Thread *thread = exe_ctx->GetThreadPtr(); in GetPropertyAtIndex()
H A DTarget.cpp2991 exc_ctx.GetThreadPtr()->GetIndexID()); in RunStopHooks()
H A DProcess.cpp4755 Thread *thread = exe_ctx.GetThreadPtr(); in RunThreadPlan()