Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBAttachInfo.cpp147 void SBAttachInfo::SetIgnoreExisting(bool b) { in SetIgnoreExisting() function in SBAttachInfo
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h139 void SetIgnoreExisting(bool b) { m_ignore_existing = b; } in SetIgnoreExisting() function