Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp143 bool SBAttachInfo::GetIgnoreExisting() { in GetIgnoreExisting() function in SBAttachInfo
146 return m_opaque_sp->GetIgnoreExisting(); in GetIgnoreExisting()
/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h114 bool GetIgnoreExisting();
/llvm-project/lldb/include/lldb/Target/
H A DProcess.h146 bool GetIgnoreExisting() const { return m_ignore_existing; } in SetIgnoreExisting()
144 bool GetIgnoreExisting() const { return m_ignore_existing; } GetIgnoreExisting() function
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1119 if (attach_info.GetIgnoreExisting()) in DoAttachToProcessWithName()