Home
last modified time | relevance | path

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

/freebsd-src/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()
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 DSBBreakpointOptionCommon.cpp67 Thread *thread = exe_ctx.GetThreadPtr(); in PrivateBreakpointHitCallback()
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1289 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 DIOHandlerCursesGUI.cpp6433 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 DExecutionContext.h399 Thread *GetThreadPtr() const { return m_thread_sp.get(); } in GetThreadPtr() function
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp125 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 DCommandObjectThreadUtil.cpp41 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute()
H A DCommandObjectThread.cpp1539 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 DCommandObjectTarget.cpp4540 Thread *thread = m_exe_ctx.GetThreadPtr(); in AddSymbolsForUUID()
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp155 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 DFunctionCaller.cpp265 Thread *thread = exe_ctx.GetThreadPtr(); in GetThreadPlanToCallFunction()
H A DREPL.cpp311 Thread *thread = exe_ctx.GetThreadPtr(); in IOHandlerInputComplete()
H A DDWARFExpression.cpp587 Thread *thread = exe_ctx->GetThreadPtr(); in Evaluate_DW_OP_entry_value()
2182 Thread *thread = exe_ctx->GetThreadPtr(); in Evaluate()
H A DIRInterpreter.cpp1444 if (exe_ctx.GetThreadPtr() == nullptr) { in Interpret()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp88 Thread &thread = *exe_ctx.GetThreadPtr(); in DeterminePtrauthFailure()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp116 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 DThread.cpp88 Thread *thread = exe_ctx->GetThreadPtr(); in GetPropertyAtIndex()
H A DTarget.cpp2979 exc_ctx.GetThreadPtr()->GetIndexID()); in RunStopHooks()
H A DProcess.cpp4952 Thread *thread = exe_ctx.GetThreadPtr(); in RunThreadPlan()