Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp46 SetOkayToDiscard(false); in ThreadPlanCallUserExpression()
H A DThreadPlanPython.cpp36 SetOkayToDiscard(true); in ThreadPlanPython()
H A DThreadPlanCallFunction.cpp38 SetOkayToDiscard(false); in ConstructorSetup()
H A DThreadPlanStepOut.cpp460 step_through_inline_plan_ptr->SetOkayToDiscard(true); in QueueInlinedStepPlan()
H A DThread.cpp2139 new_plan_sp->SetOkayToDiscard(false); in StepIn()
2172 new_plan_sp->SetOkayToDiscard(false); in StepOver()
2196 new_plan_sp->SetOkayToDiscard(false); in StepOut()
H A DStopInfo.cpp740 new_plan_sp->SetOkayToDiscard(false); in PerformAction()
H A DProcess.cpp4740 m_thread_plan_sp->SetOkayToDiscard(m_okay_to_discard); in Clean()
4886 thread_plan_sp->SetOkayToDiscard(false); in RunThreadPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp76 m_func_sp->SetOkayToDiscard(true); in InitializeFunctionCaller()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlan.h457 void SetOkayToDiscard(bool value) { m_okay_to_discard = value; } in SetOkayToDiscard() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp261 new_plan_sp->SetOkayToDiscard(false); in GetThreadPlanToCallFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp754 new_plan_sp->SetOkayToDiscard(false); in DoExecute()
1283 new_plan_sp->SetOkayToDiscard(false); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp621 new_plan->SetOkayToDiscard(false); in ResumeNewPlan()