Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp43 SetOkayToDiscard(false); in ThreadPlanCallUserExpression()
H A DThreadPlanPython.cpp57 SetOkayToDiscard(true); in ThreadPlanPython()
H A DThreadPlanCallFunction.cpp38 SetOkayToDiscard(false); in ConstructorSetup()
H A DThreadPlanStepOut.cpp480 step_through_inline_plan_ptr->SetOkayToDiscard(true); in QueueInlinedStepPlan()
H A DThread.cpp1945 new_plan_sp->SetOkayToDiscard(false); in StepIn()
1978 new_plan_sp->SetOkayToDiscard(false); in StepOver()
2002 new_plan_sp->SetOkayToDiscard(false); in StepOut()
H A DStopInfo.cpp838 step_over_wp_sp->SetOkayToDiscard(false); in ShouldStopSynchronous()
H A DProcess.cpp4817 m_thread_plan_sp->SetOkayToDiscard(m_okay_to_discard); in Clean()
4980 thread_plan_sp->SetOkayToDiscard(false); in RunThreadPlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h406 void SetOkayToDiscard(bool value) { m_okay_to_discard = value; } in SetOkayToDiscard() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp75 m_func_sp->SetOkayToDiscard(true); in InitializeFunctionCaller()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp281 new_plan_sp->SetOkayToDiscard(false); in GetThreadPlanToCallFunction()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp575 new_plan_sp->SetOkayToDiscard(false); in DoExecute()
1042 new_plan_sp->SetOkayToDiscard(false); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp510 new_plan->SetOkayToDiscard(false); in ResumeNewPlan()