Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp104 m_debug_execution(options.GetDebug()), in ThreadPlanCallFunction()
134 m_debug_execution(options.GetDebug()), in ThreadPlanCallFunction()
H A DProcess.cpp4778 if (options.GetDebug()) { in RunThreadPlan()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h339 bool GetDebug() const { return m_debug; } in GetDebug() function