Home
last modified time | relevance | path

Searched defs:stop_info_sp (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanBase.cpp62 StopInfoSP stop_info_sp = GetThread().GetStopInfo(); in ShouldReportStop() local
79 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in ShouldStop() local
H A DThreadPlanStepUntil.cpp148 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in AnalyzeStop() local
265 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in ShouldStop() local
H A DThreadPlanCallUserExpression.cpp100 StopInfoSP stop_info_sp = ThreadPlanCallFunction::GetRealStopInfo(); in GetRealStopInfo() local
H A DThreadPlanStepOverBreakpoint.cpp51 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop() local
H A DThreadPlanStepThrough.cpp246 StopInfoSP stop_info_sp(thread.GetStopInfo()); in HitOurBackstopBreakpoint() local
H A DStopInfo.cpp701 StopInfoWatchpointSP stop_info_sp, in ThreadPlanStepOverWatchpoint() argument
724 StopInfoSP stop_info_sp = GetThread().GetPrivateStopInfo(); in DoPlanExplainsStop() local
1433 GetReturnValueObject(StopInfoSP & stop_info_sp) GetReturnValueObject() argument
1443 GetExpressionVariable(StopInfoSP & stop_info_sp) GetExpressionVariable() argument
1454 GetCrashingDereference(StopInfoSP & stop_info_sp,lldb::addr_t * crashing_address) GetCrashingDereference() argument
[all...]
H A DThreadPlanStepInstruction.cpp90 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop() local
H A DThreadPlanStepOverRange.cpp346 StopInfoSP stop_info_sp = GetPrivateStopInfo(); DoPlanExplainsStop() local
H A DThreadPlanCallFunction.cpp433 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in BreakpointsExplainStop() local
H A DThreadPlanStepInRange.cpp436 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop() local
H A DThreadPlanStepOut.cpp288 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop() local
H A DThreadPlanStepRange.cpp389 NextRangeBreakpointExplainsStop(lldb::StopInfoSP stop_info_sp) NextRangeBreakpointExplainsStop() argument
H A DThread.cpp429 lldb::StopInfoSP stop_info_sp(GetStopInfo()); GetStopReason() local
450 SetStopInfo(const lldb::StopInfoSP & stop_info_sp) SetStopInfo() argument
584 StopInfoSP stop_info_sp = GetStopInfo(); GetStopDescriptionRaw() local
[all...]
H A DStackFrameList.cpp130 StopInfoSP stop_info_sp = m_thread.GetStopInfo(); in ResetCurrentInlinedDepth() local
H A DProcess.cpp4044 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); ShouldStop() local
4700 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); HandleStoppedEvent() local
5417 lldb::StopInfoSP stop_info_sp = thread->GetPrivateStopInfo(); RunThreadPlan() local
5604 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); GetThreadStatus() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp232 lldb::StopInfoSP stop_info_sp; in CalculateStopInfo() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp313 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp593 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); AddExceptions() local
609 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); AddExceptions() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp355 stop_info_sp; //(StopInfo::CreateStopReasonWithSignal (*thread, SIGSTOP)); in CreateThreadStopReason() local
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp162 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonDataCount() local
220 StopInfoSP stop_info_sp = thread->GetStopInfo(); in GetStopReasonDataAtIndex() local
362 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo(); GetStopReturnValue() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h123 lldb::StopInfoSP stop_info_sp; // You have to restore the stop info or you global() member
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1357 StopInfoSP stop_info_sp = thread->GetStopInfo(); Format() local
1374 StopInfoSP stop_info_sp = thread->GetStopInfo(); Format() local
H A DIOHandlerCursesGUI.cpp7069 StopInfoSP stop_info_sp; WindowDelegateDraw() local
7222 StopInfoSP stop_info_sp; WindowDelegateDraw() local
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp153 StopInfoSP stop_info_sp = thread->GetStopInfo(); DoExecute() local
H A DCommandObjectProcess.cpp514 StopInfoSP stop_info_sp = sel_thread_sp->GetStopInfo(); DoExecute() local

12