| /freebsd/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() 223 Thread *thread = exe_ctx.GetThreadPtr(); in GetStopReasonDataAtIndex() 298 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedInfoAsJSON() 322 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedBacktraces() 348 std::string thread_stop_desc = exe_ctx.GetThreadPtr()->GetStopDescription(); in GetStopDescription() 370 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReturnValue() 413 return ConstString(exe_ctx.GetThreadPtr()->GetName()).GetCString(); in GetName() 429 return ConstString(exe_ctx.GetThreadPtr()->GetQueueName()).GetCString(); in GetQueueName() [all …]
|
| H A D | SBBreakpointOptionCommon.cpp | 67 Thread *thread = exe_ctx.GetThreadPtr(); in PrivateBreakpointHitCallback()
|
| /freebsd/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/contrib/llvm-project/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 1425 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1457 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1470 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1483 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1496 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1509 if (Thread *thread = exe_ctx->GetThreadPtr()) { in Format() 1521 if (Thread *thread = exe_ctx->GetThreadPtr()) { in Format() 1533 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1553 Thread *thread = exe_ctx->GetThreadPtr(); in Format() 1574 Thread *thread = exe_ctx->GetThreadPtr(); in Format() [all …]
|
| H A D | IOHandlerCursesGUI.cpp | 6435 Thread *thread = exe_ctx.GetThreadPtr(); in MenuDelegateAction() 6740 Thread *thread = exe_ctx.GetThreadPtr(); in WindowDelegateDraw() 6850 thread = exe_ctx.GetThreadPtr(); in WindowDelegateDraw() 7384 Thread *thread = exe_ctx.GetThreadPtr(); in WindowDelegateHandleChar() 7424 Thread *thread = exe_ctx.GetThreadPtr(); in WindowDelegateHandleChar()
|
| /freebsd/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/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/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThreadUtil.cpp | 43 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
|
| H A D | CommandObjectFrame.cpp | 125 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute() 272 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute() 1163 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 1546 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute() 1699 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute() 1913 m_exe_ctx.GetThreadPtr()->AutoCompleteThreadPlans(request); in HandleArgumentCompletion() 1917 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 4553 Thread *thread = m_exe_ctx.GetThreadPtr(); in AddSymbolsForStack()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 152 assert(!m_exe_ctx.GetThreadPtr()); in CheckRequirements() 774 Thread *thread_to_use = m_exe_ctx.GetThreadPtr(); in GetDefaultThread()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 264 Thread *thread = exe_ctx.GetThreadPtr(); in GetThreadPlanToCallFunction()
|
| H A D | REPL.cpp | 313 Thread *thread = exe_ctx.GetThreadPtr(); in IOHandlerInputComplete()
|
| H A D | DWARFExpression.cpp | 648 Thread *thread = exe_ctx->GetThreadPtr(); in Evaluate_DW_OP_entry_value() 2234 Thread *thread = exe_ctx->GetThreadPtr(); in Evaluate()
|
| H A D | IRInterpreter.cpp | 1414 if (exe_ctx.GetThreadPtr() == nullptr) { in Interpret()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | StopInfoMachException.cpp | 91 Thread &thread = *exe_ctx.GetThreadPtr(); in DeterminePtrauthFailure()
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 88 Thread *thread = exe_ctx->GetThreadPtr(); in GetPropertyAtIndex()
|
| H A D | Target.cpp | 3157 exc_ctx.GetThreadPtr()->GetIndexID()); in RunStopHooks()
|
| H A D | Process.cpp | 4985 Thread *thread = exe_ctx.GetThreadPtr(); in RunThreadPlan()
|