Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBAttachInfo.cpp152 void SBAttachInfo::SetIgnoreExisting(bool b) { in SetIgnoreExisting() function in SBAttachInfo
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h140 void SetIgnoreExisting(bool b) { m_ignore_existing = b; } in SetIgnoreExisting() function