Home
last modified time | relevance | path

Searched refs:m_single_step (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDThreadPlanTracer.h76 bool old_value = m_single_step; in EnableSingleStep()
77 m_single_step = value; in EnableSingleStep()
84 return m_single_step; in SingleStepEnabled()
101 bool m_single_step; variable
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanTracer.cpp43 m_single_step(true), in ThreadPlanTracer()
51 m_single_step(true), in ThreadPlanTracer()
92 if (m_enabled && m_single_step) in TracerExplainsStop()