Home
last modified time | relevance | path

Searched refs:avoid_nodebug (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Target/
DThreadPlanStepInRange.cpp55 bool avoid_nodebug = true; in SetupAvoidNoDebug() local
59 avoid_nodebug = true; in SetupAvoidNoDebug()
62 avoid_nodebug = false; in SetupAvoidNoDebug()
65 avoid_nodebug = thread.GetStepInAvoidsNoDebug(); in SetupAvoidNoDebug()
68 if (avoid_nodebug) in SetupAvoidNoDebug()
75 avoid_nodebug = true; in SetupAvoidNoDebug()
78 avoid_nodebug = false; in SetupAvoidNoDebug()
81 avoid_nodebug = thread.GetStepOutAvoidsNoDebug(); in SetupAvoidNoDebug()
84 if (avoid_nodebug) in SetupAvoidNoDebug()
DThreadPlanStepOverRange.cpp79 bool avoid_nodebug = true; in SetupAvoidNoDebug() local
82 avoid_nodebug = true; in SetupAvoidNoDebug()
85 avoid_nodebug = false; in SetupAvoidNoDebug()
88 avoid_nodebug = GetThread().GetStepOutAvoidsNoDebug(); in SetupAvoidNoDebug()
91 if (avoid_nodebug) in SetupAvoidNoDebug()
DThreadPlanStepOut.cpp163 bool avoid_nodebug = true; in SetupAvoidNoDebug() local
166 avoid_nodebug = true; in SetupAvoidNoDebug()
169 avoid_nodebug = false; in SetupAvoidNoDebug()
172 avoid_nodebug = GetThread().GetStepOutAvoidsNoDebug(); in SetupAvoidNoDebug()
175 if (avoid_nodebug) in SetupAvoidNoDebug()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp252 bool avoid_nodebug = true; in AppleThreadPlanStepThroughDirectDispatch() local
256 avoid_nodebug = true; in AppleThreadPlanStepThroughDirectDispatch()
259 avoid_nodebug = false; in AppleThreadPlanStepThroughDirectDispatch()
262 avoid_nodebug = GetThread().GetStepInAvoidsNoDebug(); in AppleThreadPlanStepThroughDirectDispatch()
265 if (avoid_nodebug) in AppleThreadPlanStepThroughDirectDispatch()