Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp214 Thread *thread = exe_ctx.GetThreadPtr(); in GetStopReasonDataAtIndex()
611 Thread *thread = exe_ctx.GetThreadPtr(); in ResumeNewPlan()
656 Thread *thread = exe_ctx.GetThreadPtr(); in StepOver()
708 Thread *thread = exe_ctx.GetThreadPtr(); in StepInto()
765 Thread *thread = exe_ctx.GetThreadPtr(); in StepOut()
815 Thread *thread = exe_ctx.GetThreadPtr(); in StepOutOfFrame()
856 Thread *thread = exe_ctx.GetThreadPtr(); in StepInstruction()
892 Thread *thread = exe_ctx.GetThreadPtr(); in RunToAddress()
928 Thread *thread = exe_ctx.GetThreadPtr(); in StepOverUntil()
1052 Thread *thread = exe_ctx.GetThreadPtr(); in StepUsingScriptedThreadPlan()
[all …]
H A DSBBreakpointOptionCommon.cpp69 Thread *thread = exe_ctx.GetThreadPtr(); in PrivateBreakpointHitCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp188 Thread *thread = exe_ctx.GetThreadPtr(); in ReadRegisterBytes()
300 Thread *thread = exe_ctx.GetThreadPtr(); in WriteRegisterBytes()
410 Thread *thread = exe_ctx.GetThreadPtr(); in ReadAllRegisterValues()
435 Thread *thread = exe_ctx.GetThreadPtr(); in WriteAllRegisterValues()
453 Thread *thread = exe_ctx.GetThreadPtr(); in ReadAllRegisterValues()
516 Thread *thread = exe_ctx.GetThreadPtr(); in WriteAllRegisterValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp1204 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1235 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1248 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1261 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1274 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1287 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1303 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1320 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1337 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
1346 Thread *thread = exe_ctx->GetThreadPtr(); in Format()
H A DIOHandler.cpp3757 Thread *thread = exe_ctx.GetThreadPtr(); in WindowDelegateDraw()
3870 thread = exe_ctx.GetThreadPtr(); in WindowDelegateDraw()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBugreport.cpp49 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
H A DCommandObjectFrame.cpp160 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
329 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
1054 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
H A DCommandObjectThread.cpp93 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
1670 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
1834 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
2025 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DExecutionContext.h469 Thread *GetThreadPtr() const { return m_thread_sp.get(); } in GetThreadPtr() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp135 Thread *thread = exe_ctx.GetThreadPtr(); in GetObjectDescription()
138 thread = exe_ctx.GetThreadPtr(); in GetObjectDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp244 Thread *thread = exe_ctx.GetThreadPtr(); in GetThreadPlanToCallFunction()
H A DREPL.cpp269 Thread *thread = exe_ctx.GetThreadPtr(); in IOHandlerInputComplete()
H A DIRInterpreter.cpp1517 if (exe_ctx.GetThreadPtr() == nullptr) { in Interpret()
H A DDWARFExpression.cpp2881 Thread *thread = exe_ctx->GetThreadPtr(); in Evaluate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp148 assert(m_exe_ctx.GetThreadPtr() == NULL); in CheckRequirements()
932 Thread *thread_to_use = m_exe_ctx.GetThreadPtr(); in GetDefaultThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp96 else if (exe_ctx.GetThreadPtr() && in WillParse()
97 exe_ctx.GetThreadPtr()->GetStackFrameAtIndex(0)) in WillParse()
99 exe_ctx.GetThreadPtr()->GetStackFrameAtIndex(0)->GetSymbolContext( in WillParse()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp110 Thread *thread = exe_ctx->GetThreadPtr(); in GetPropertyAtIndex()
H A DTarget.cpp2625 exc_ctx_with_reasons[i].GetThreadPtr()->GetIndexID()); in RunStopHooks()
H A DProcess.cpp4862 Thread *thread = exe_ctx.GetThreadPtr(); in RunThreadPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3782 Thread *thread_ptr = context.GetThreadPtr(); in KernelBreakpointHit()
4522 coord, m_exe_ctx.GetThreadPtr()); in DoExecute()