Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h127 : m_resume_count(0), m_wait_for_launch(false), m_ignore_existing(true), in ProcessAttachInfo()
144 bool GetIgnoreExisting() const { return m_ignore_existing; } in GetIgnoreExisting()
146 void SetIgnoreExisting(bool b) { m_ignore_existing = b; } in SetIgnoreExisting()
169 m_ignore_existing = true; in Clear()
193 bool m_ignore_existing = true; variable