Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp43 SetOkayToDiscard(false); in ThreadPlanCallUserExpression()
H A DThreadPlanPython.cpp36 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.cpp1939 new_plan_sp->SetOkayToDiscard(false); in StepIn()
1972 new_plan_sp->SetOkayToDiscard(false); in StepOver()
1996 new_plan_sp->SetOkayToDiscard(false); in StepOut()
H A DProcess.cpp4568 m_thread_plan_sp->SetOkayToDiscard(m_okay_to_discard); in Clean()
4732 thread_plan_sp->SetOkayToDiscard(false); in RunThreadPlan()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlan.h406 void SetOkayToDiscard(bool value) { m_okay_to_discard = value; } in SetOkayToDiscard() function
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp75 m_func_sp->SetOkayToDiscard(true); in InitializeFunctionCaller()
/openbsd/gnu/llvm/lldb/source/Expression/
H A DFunctionCaller.cpp284 new_plan_sp->SetOkayToDiscard(false); in GetThreadPlanToCallFunction()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp577 new_plan_sp->SetOkayToDiscard(false); in DoExecute()
1079 new_plan_sp->SetOkayToDiscard(false); in DoExecute()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBThread.cpp512 new_plan->SetOkayToDiscard(false); in ResumeNewPlan()