/freebsd-src/contrib/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() 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() 405 return ConstString(exe_ctx.GetThreadPtr()->GetName()).GetCString(); in GetName() 421 return ConstString(exe_ctx.GetThreadPtr() in GetQueueName() [all...] |
H A D | SBBreakpointOptionCommon.cpp | 67 Thread *thread = exe_ctx.GetThreadPtr(); in PrivateBreakpointHitCallback()
|
/freebsd-src/contrib/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()
|
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | FormatEntity.cpp | 1289 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1321 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1334 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1347 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1360 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1373 if (Thread *thread = exe_ctx->GetThreadPtr()) { in Format() 1385 if (Thread *thread = exe_ctx->GetThreadPtr()) { in Format() 1397 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1417 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1438 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() 7398 Thread *thread = exe_ctx.GetThreadPtr(); in WindowDelegateHandleChar() 7438 Thread *thread = exe_ctx.GetThreadPtr(); in WindowDelegateHandleChar()
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ExecutionContext.h | 399 Thread *GetThreadPtr() const { return m_thread_sp.get(); } in GetThreadPtr() function
|
/freebsd-src/contrib/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()
|
/freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectFrame.cpp | 125 Thread *thread = m_exe_ctx.GetThreadPtr(); in CommandObjectFrameDiagnose() 272 Thread *thread = m_exe_ctx.GetThreadPtr(); in CommandObjectFrameSelect() 1059 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
|
H A D | CommandObjectThreadUtil.cpp | 41 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
|
H A D | CommandObjectThread.cpp | 1539 Thread *thread = m_exe_ctx.GetThreadPtr(); 1687 Thread *thread = m_exe_ctx.GetThreadPtr(); in SetOptionValue() 1900 m_exe_ctx.GetThreadPtr()->AutoCompleteThreadPlans(request); in HandleOneThread() 1904 Thread *thread = m_exe_ctx.GetThreadPtr(); in HandleOneThread()
|
H A D | CommandObjectTarget.cpp | 4540 Thread *thread = m_exe_ctx.GetThreadPtr(); in AddSymbolsForUUID()
|
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandObject.cpp | 155 assert(!m_exe_ctx.GetThreadPtr()); in CheckRequirements() 775 Thread *thread_to_use = m_exe_ctx.GetThreadPtr(); in Execute()
|
/freebsd-src/contrib/llvm-project/lldb/source/Expression/ |
H A D | FunctionCaller.cpp | 265 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 | 587 Thread *thread = exe_ctx->GetThreadPtr(); in Evaluate_DW_OP_entry_value() 2182 Thread *thread = exe_ctx->GetThreadPtr(); in Evaluate()
|
H A D | IRInterpreter.cpp | 1444 if (exe_ctx.GetThreadPtr() == nullptr) { in Interpret()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | StopInfoMachException.cpp | 88 Thread &thread = *exe_ctx.GetThreadPtr(); in DeterminePtrauthFailure()
|
/freebsd-src/contrib/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()
|
/freebsd-src/contrib/llvm-project/lldb/source/Target/ |
H A D | Thread.cpp | 88 Thread *thread = exe_ctx->GetThreadPtr(); in GetPropertyAtIndex()
|
H A D | Target.cpp | 2979 exc_ctx.GetThreadPtr()->GetIndexID()); in RunStopHooks()
|
H A D | Process.cpp | 4952 Thread *thread = exe_ctx.GetThreadPtr(); in RunThreadPlan()
|