Home
last modified time | relevance | path

Searched refs:GetIgnoreExisting (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBAttachInfo.cpp141 bool SBAttachInfo::GetIgnoreExisting() { in GetIgnoreExisting() function in SBAttachInfo
144 return m_opaque_sp->GetIgnoreExisting(); in GetIgnoreExisting()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBAttachInfo.i48 GetIgnoreExisting ();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBAttachInfo.h110 bool GetIgnoreExisting();
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h137 bool GetIgnoreExisting() const { return m_ignore_existing; } in GetIgnoreExisting() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1109 if (attach_info.GetIgnoreExisting()) in DoAttachToProcessWithName()