Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp143 bool SBAttachInfo::GetIgnoreExisting() { in GetIgnoreExisting() function in SBAttachInfo
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h142 bool GetIgnoreExisting() const { return m_ignore_existing; } in GetIgnoreExisting() function