Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBAttachInfo.cpp105 bool SBAttachInfo::GetIgnoreExisting() { in GetIgnoreExisting() function in SBAttachInfo
106 return m_opaque_sp->GetIgnoreExisting(); in GetIgnoreExisting()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBAttachInfo.h119 bool GetIgnoreExisting();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h203 bool GetIgnoreExisting() const { return m_ignore_existing; } in GetIgnoreExisting() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1262 if (attach_info.GetIgnoreExisting()) in DoAttachToProcessWithName()