Home
last modified time | relevance | path

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

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