Home
last modified time | relevance | path

Searched refs:GetDebug (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanCallFunction.cpp105 m_debug_execution(options.GetDebug()), in ThreadPlanCallFunction()
138 m_debug_execution(options.GetDebug()), in ThreadPlanCallFunction()
H A DProcess.cpp4825 if (options.GetDebug()) { in RunThreadPlan()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h363 bool GetDebug() const { return m_debug; } in GetDebug() function