Searched defs:GetIgnoreExisting (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/API/ | ||
H A D | SBAttachInfo.cpp | 143 bool SBAttachInfo::GetIgnoreExisting() { in GetIgnoreExisting() function in SBAttachInfo |
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Process.h | 144 bool GetIgnoreExisting() const { return m_ignore_existing; } GetIgnoreExisting() function |