Home
last modified time | relevance | path

Searched defs:GetIgnoreExisting (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBAttachInfo.cpp141 bool SBAttachInfo::GetIgnoreExisting() { in GetIgnoreExisting() function in SBAttachInfo
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h137 bool GetIgnoreExisting() const { return m_ignore_existing; } in GetIgnoreExisting() function