Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DRNBContext.h47 : m_pid(INVALID_NUB_PROCESS), m_pid_stop_count(0), in RNBContext()
56 nub_size_t GetProcessStopCount() const { return m_pid_stop_count; } in GetProcessStopCount()
59 if (m_pid_stop_count == count) in SetProcessStopCount()
61 m_pid_stop_count = count; in SetProcessStopCount()
139 nub_size_t m_pid_stop_count; variable