Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp5076 if (options.GetDebug()) { in RunThreadPlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h382 bool GetDebug() const { return m_debug; } in GetDebug() function