| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBThread.cpp | 214 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 D | SBBreakpointOptionCommon.cpp | 69 Thread *thread = exe_ctx.GetThreadPtr(); in PrivateBreakpointHitCallback()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteRegisterContext.cpp | 188 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 D | FormatEntity.cpp | 1204 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 D | IOHandler.cpp | 3757 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 D | CommandObjectBugreport.cpp | 49 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
|
| H A D | CommandObjectFrame.cpp | 160 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 D | CommandObjectThread.cpp | 93 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 D | ExecutionContext.h | 469 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 D | AppleObjCRuntime.cpp | 135 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 D | FunctionCaller.cpp | 244 Thread *thread = exe_ctx.GetThreadPtr(); in GetThreadPlanToCallFunction()
|
| H A D | REPL.cpp | 269 Thread *thread = exe_ctx.GetThreadPtr(); in IOHandlerInputComplete()
|
| H A D | IRInterpreter.cpp | 1517 if (exe_ctx.GetThreadPtr() == nullptr) { in Interpret()
|
| H A D | DWARFExpression.cpp | 2881 Thread *thread = exe_ctx->GetThreadPtr(); in Evaluate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 148 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 D | ClangExpressionDeclMap.cpp | 96 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 D | Thread.cpp | 110 Thread *thread = exe_ctx->GetThreadPtr(); in GetPropertyAtIndex()
|
| H A D | Target.cpp | 2625 exc_ctx_with_reasons[i].GetThreadPtr()->GetIndexID()); in RunStopHooks()
|
| H A D | Process.cpp | 4862 Thread *thread = exe_ctx.GetThreadPtr(); in RunThreadPlan()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 3782 Thread *thread_ptr = context.GetThreadPtr(); in KernelBreakpointHit() 4522 coord, m_exe_ctx.GetThreadPtr()); in DoExecute()
|