Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DProcess.h840 m_ignore_existing (true), in ProcessAttachInfo()
850 m_ignore_existing (true), in ProcessAttachInfo()
873 return m_ignore_existing; in GetIgnoreExisting()
879 m_ignore_existing = b; in SetIgnoreExisting()
930 m_ignore_existing = true; in Clear()
949 bool m_ignore_existing; variable