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 DScriptedThreadPlan.cpp54 SetOkayToDiscard(true); in ScriptedThreadPlan()
H A DThreadPlanCallFunction.cpp38 SetOkayToDiscard(false); in ConstructorSetup()
H A DThreadPlanStepOut.cpp523 step_through_inline_plan_ptr->SetOkayToDiscard(true); in QueueInlinedStepPlan()
H A DThread.cpp1993 new_plan_sp->SetOkayToDiscard(false); in StepIn()
2026 new_plan_sp->SetOkayToDiscard(false); in StepOver()
2050 new_plan_sp->SetOkayToDiscard(false); in StepOut()
H A DStopInfo.cpp859 step_over_wp_sp->SetOkayToDiscard(false); in ShouldStopSynchronous()
H A DProcess.cpp4850 m_thread_plan_sp->SetOkayToDiscard(m_okay_to_discard); in Clean()
5013 thread_plan_sp->SetOkayToDiscard(false); in RunThreadPlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h427 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.cpp280 new_plan_sp->SetOkayToDiscard(false); in GetThreadPlanToCallFunction()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp581 new_plan_sp->SetOkayToDiscard(false); in DoExecute()
1039 new_plan_sp->SetOkayToDiscard(false); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp518 new_plan->SetOkayToDiscard(false); in ResumeNewPlan()