Home
last modified time | relevance | path

Searched refs:SetIgnoreExisting (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBAttachInfo.cpp147 void SBAttachInfo::SetIgnoreExisting(bool b) { in SetIgnoreExisting() function in SBAttachInfo
150 m_opaque_sp->SetIgnoreExisting(b); in SetIgnoreExisting()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBAttachInfo.i51 SetIgnoreExisting (bool b);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBAttachInfo.h112 void SetIgnoreExisting(bool b);
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h139 void SetIgnoreExisting(bool b) { m_ignore_existing = b; } in SetIgnoreExisting() function
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp350 attach_info.SetIgnoreExisting(false); in SetOptionValue()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3016 attach_info.SetIgnoreExisting(!m_include_existing_field->GetBoolean()); in GetAttachInfo()