| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBThread.cpp | 99 queue_sp = exe_ctx.GetThreadPtr()->GetQueue(); in GetQueue() 146 return exe_ctx.GetThreadPtr()->GetStopReason(); in GetStopReason() 162 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonDataCount() 219 Thread *thread = exe_ctx.GetThreadPtr(); in GetStopReasonDataAtIndex() 290 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedInfoAsJSON() 314 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedBacktraces() 340 std::string thread_stop_desc = exe_ctx.GetThreadPtr()->GetStopDescription(); in GetStopDescription() 362 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReturnValue() 404 name = exe_ctx.GetThreadPtr()->GetName(); in GetName() 421 name = exe_ctx.GetThreadPtr()->GetQueueName(); in GetQueueName() [all …]
|
| H A D | SBBreakpointOptionCommon.cpp | 68 Thread *thread = exe_ctx.GetThreadPtr(); in PrivateBreakpointHitCallback()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteRegisterContext.cpp | 208 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()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 1241 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1273 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1286 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1299 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1312 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1325 if (Thread *thread = exe_ctx->GetThreadPtr()) { in Format() 1337 if (Thread *thread = exe_ctx->GetThreadPtr()) { in Format() 1349 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1366 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1383 Thread *thread = exe_ctx->GetThreadPtr(); in Format() [all …]
|
| H A D | IOHandlerCursesGUI.cpp | 6413 Thread *thread = exe_ctx.GetThreadPtr(); in MenuDelegateAction() 6717 Thread *thread = exe_ctx.GetThreadPtr(); in WindowDelegateDraw() 6828 thread = exe_ctx.GetThreadPtr(); in WindowDelegateDraw() 7376 Thread *thread = exe_ctx.GetThreadPtr(); in WindowDelegateHandleChar() 7415 Thread *thread = exe_ctx.GetThreadPtr(); in WindowDelegateHandleChar()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | ExecutionContext.h | 399 Thread *GetThreadPtr() const { return m_thread_sp.get(); } in GetThreadPtr() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 153 Thread *thread = exe_ctx.GetThreadPtr(); in GetObjectDescription() 156 thread = exe_ctx.GetThreadPtr(); in GetObjectDescription()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 137 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute() 306 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute() 1097 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
|
| H A D | CommandObjectThreadUtil.cpp | 43 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 1520 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 D | CommandObjectTarget.cpp | 4356 Thread *thread = m_exe_ctx.GetThreadPtr(); in AddSymbolsForStack()
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 155 assert(!m_exe_ctx.GetThreadPtr()); in CheckRequirements() 698 Thread *thread_to_use = m_exe_ctx.GetThreadPtr(); in GetDefaultThread()
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 267 Thread *thread = exe_ctx.GetThreadPtr(); in GetThreadPlanToCallFunction()
|
| H A D | REPL.cpp | 308 Thread *thread = exe_ctx.GetThreadPtr(); in IOHandlerInputComplete()
|
| H A D | DWARFExpression.cpp | 591 Thread *thread = exe_ctx->GetThreadPtr(); in Evaluate_DW_OP_entry_value() 2496 Thread *thread = exe_ctx->GetThreadPtr(); in Evaluate()
|
| H A D | IRInterpreter.cpp | 1414 if (exe_ctx.GetThreadPtr() == nullptr) { in Interpret()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | StopInfoMachException.cpp | 86 Thread &thread = *exe_ctx.GetThreadPtr(); in DeterminePtrauthFailure()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 117 else if (exe_ctx.GetThreadPtr() && in WillParse() 118 exe_ctx.GetThreadPtr()->GetStackFrameAtIndex(0)) in WillParse() 120 exe_ctx.GetThreadPtr()->GetStackFrameAtIndex(0)->GetSymbolContext( in WillParse()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Thread.cpp | 88 Thread *thread = exe_ctx->GetThreadPtr(); in GetPropertyAtIndex()
|
| H A D | Target.cpp | 2877 exc_ctx.GetThreadPtr()->GetIndexID()); in RunStopHooks()
|
| H A D | Process.cpp | 4704 Thread *thread = exe_ctx.GetThreadPtr(); in RunThreadPlan()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 3662 Thread *thread_ptr = context.GetThreadPtr(); in KernelBreakpointHit() 4396 coord, m_exe_ctx.GetThreadPtr()); in DoExecute()
|