Searched defs:SetIgnoreExisting (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/API/ | ||
H A D | SBAttachInfo.cpp | 149 void SBAttachInfo::SetIgnoreExisting(bool b) { in SetIgnoreExisting() function in SBAttachInfo |
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Process.h | 146 void SetIgnoreExisting(bool b) { m_ignore_existing = b; } SetIgnoreExisting() function |