Home
last modified time | relevance | path

Searched refs:GetThreadPtr (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp99 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 DSBBreakpointOptionCommon.cpp67 Thread *thread = exe_ctx.GetThreadPtr(); in PrivateBreakpointHitCallback()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp209 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 DFormatEntity.cpp1425 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 DIOHandlerCursesGUI.cpp6435 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 DExecutionContext.h399 Thread *GetThreadPtr() const { return m_thread_sp.get(); } in GetThreadPtr() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp157 Thread *thread = exe_ctx.GetThreadPtr(); in GetObjectDescription()
160 thread = exe_ctx.GetThreadPtr(); in GetObjectDescription()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp43 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
H A DCommandObjectFrame.cpp125 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 DCommandObjectThread.cpp1546 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 DCommandObjectTarget.cpp4553 Thread *thread = m_exe_ctx.GetThreadPtr(); in AddSymbolsForStack()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp152 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 DFunctionCaller.cpp264 Thread *thread = exe_ctx.GetThreadPtr(); in GetThreadPlanToCallFunction()
H A DREPL.cpp313 Thread *thread = exe_ctx.GetThreadPtr(); in IOHandlerInputComplete()
H A DDWARFExpression.cpp648 Thread *thread = exe_ctx->GetThreadPtr(); in Evaluate_DW_OP_entry_value()
2234 Thread *thread = exe_ctx->GetThreadPtr(); in Evaluate()
H A DIRInterpreter.cpp1414 if (exe_ctx.GetThreadPtr() == nullptr) { in Interpret()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp91 Thread &thread = *exe_ctx.GetThreadPtr(); in DeterminePtrauthFailure()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp117 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 DThread.cpp88 Thread *thread = exe_ctx->GetThreadPtr(); in GetPropertyAtIndex()
H A DTarget.cpp3157 exc_ctx.GetThreadPtr()->GetIndexID()); in RunStopHooks()
H A DProcess.cpp4985 Thread *thread = exe_ctx.GetThreadPtr(); in RunThreadPlan()