| /llvm-project/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() 222 Thread *thread = exe_ctx.GetThreadPtr(); in GetStopReasonDataAtIndex() 296 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedInfoAsJSON() 320 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedBacktraces() 346 std::string thread_stop_desc = exe_ctx.GetThreadPtr()->GetStopDescription(); in GetStopDescription() 368 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReturnValue() 411 return ConstString(exe_ctx.GetThreadPtr()->GetName()).GetCString(); in GetQueueName() 427 return ConstString(exe_ctx.GetThreadPtr() in GetQueueID() [all...] |
| H A D | SBBreakpointOptionCommon.cpp | 67 Thread *thread = exe_ctx.GetThreadPtr(); in PrivateBreakpointHitCallback()
|
| /llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteRegisterContext.cpp | 209 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()
|
| /llvm-project/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 1292 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1324 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1337 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1350 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1363 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1376 if (Thread *thread = exe_ctx->GetThreadPtr()) { in Format() 1388 if (Thread *thread = exe_ctx->GetThreadPtr()) { in Format() 1400 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1420 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1441 Thread *thread = exe_ctx->GetThreadPtr(); in Format() [all...] |
| H A D | IOHandlerCursesGUI.cpp | 6433 Thread *thread = exe_ctx.GetThreadPtr(); in MenuDelegateAction() 6738 Thread *thread = exe_ctx.GetThreadPtr(); in WindowDelegateDraw() 6849 thread = exe_ctx.GetThreadPtr(); in WindowDelegateDraw() 7399 Thread *thread = exe_ctx.GetThreadPtr(); in WindowDelegateHandleChar() 7439 Thread *thread = exe_ctx.GetThreadPtr(); in WindowDelegateHandleChar()
|
| /llvm-project/lldb/include/lldb/Target/ |
| H A D | ExecutionContext.h | 399 Thread *GetThreadPtr() const { return m_thread_sp.get(); } in GetThreadPtr() function
|
| /llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 125 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute() 271 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute() 1155 Thread *thread = m_exe_ctx.GetThreadPtr();
|
| H A D | CommandObjectThreadUtil.cpp | 41 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 1546 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute() 1696 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute() 1910 m_exe_ctx.GetThreadPtr()->AutoCompleteThreadPlans(request); in DoExecute() 1914 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 4524 Thread *thread = m_exe_ctx.GetThreadPtr(); in AddSymbolsForStack()
|
| /llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 157 Thread *thread = exe_ctx.GetThreadPtr(); in GetObjectDescription() 160 thread = exe_ctx.GetThreadPtr(); in GetObjectDescription()
|
| /llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 146 assert(!m_exe_ctx.GetThreadPtr()); 772 Thread *thread_to_use = m_exe_ctx.GetThreadPtr(); in GetSelectedTarget()
|
| /llvm-project/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 266 Thread *thread = exe_ctx.GetThreadPtr(); in GetThreadPlanToCallFunction()
|
| H A D | REPL.cpp | 311 Thread *thread = exe_ctx.GetThreadPtr(); in IOHandlerInputComplete()
|
| H A D | DWARFExpression.cpp | 640 Thread *thread = exe_ctx->GetThreadPtr(); in Evaluate_DW_OP_entry_value() 2248 Thread *thread = exe_ctx->GetThreadPtr(); in Evaluate()
|
| H A D | IRInterpreter.cpp | 1414 if (exe_ctx.GetThreadPtr() == nullptr) { in Interpret()
|
| /llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 116 else if (exe_ctx.GetThreadPtr() && in WillParse() 117 exe_ctx.GetThreadPtr()->GetStackFrameAtIndex(0)) in WillParse() 119 exe_ctx.GetThreadPtr()->GetStackFrameAtIndex(0)->GetSymbolContext( in WillParse()
|
| /llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | StopInfoMachException.cpp | 91 Thread &thread = *exe_ctx.GetThreadPtr(); in DeterminePtrauthFailure()
|
| /llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 88 Thread *thread = exe_ctx->GetThreadPtr(); in GetPropertyAtIndex()
|
| H A D | Target.cpp | 3120 exc_ctx.GetThreadPtr()->GetIndexID()); in SetSectionLoadAddress()
|
| H A D | Process.cpp | 4978 Thread *thread = exe_ctx.GetThreadPtr(); in RunThreadPlan()
|