Home
last modified time | relevance | path

Searched refs:SetOkayToDiscard (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp43 SetOkayToDiscard(false); in ThreadPlanCallUserExpression()
H A DThreadPlanPython.cpp35 SetOkayToDiscard(true); in ThreadPlanPython()
H A DThreadPlanCallFunction.cpp37 SetOkayToDiscard(false); in ConstructorSetup()
H A DThreadPlanStepOut.cpp479 step_through_inline_plan_ptr->SetOkayToDiscard(true); in QueueInlinedStepPlan()
H A DThread.cpp1919 new_plan_sp->SetOkayToDiscard(false); in StepIn()
1952 new_plan_sp->SetOkayToDiscard(false); in StepOver()
1976 new_plan_sp->SetOkayToDiscard(false); in StepOut()
H A DStopInfo.cpp768 new_plan_sp->SetOkayToDiscard(false); in PerformAction()
H A DProcess.cpp4520 m_thread_plan_sp->SetOkayToDiscard(m_okay_to_discard); in Clean()
4684 thread_plan_sp->SetOkayToDiscard(false); in RunThreadPlan()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h399 void SetOkayToDiscard(bool value) { m_okay_to_discard = value; } in SetOkayToDiscard() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp71 m_func_sp->SetOkayToDiscard(true); in InitializeFunctionCaller()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp258 new_plan_sp->SetOkayToDiscard(false); in GetThreadPlanToCallFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp541 new_plan_sp->SetOkayToDiscard(false); in DoExecute()
1035 new_plan_sp->SetOkayToDiscard(false); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp520 new_plan->SetOkayToDiscard(false); in ResumeNewPlan()