Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunction.cpp131 m_debug_execution(options.GetDebug()), in ThreadPlanCallFunction()
161 m_debug_execution(options.GetDebug()), in ThreadPlanCallFunction()
H A DProcess.cpp4981 if (options.GetDebug()) { in RunThreadPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h327 bool GetDebug() const { return m_debug; } in GetDebug() function