Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp259 if(!m_step_workaround) { in SingleStep()
263 m_step_workaround = SingleStepWorkaround::Get(m_tid); in SingleStep()
377 m_step_workaround.reset(); in SetStopped()
H A DNativeThreadLinux.h123 std::unique_ptr<SingleStepWorkaround> m_step_workaround; variable