Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h114 bool GetIgnoreExisting();
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h144 bool GetIgnoreExisting() const { return m_ignore_existing; } in GetIgnoreExisting() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1119 if (attach_info.GetIgnoreExisting()) in DoAttachToProcessWithName()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6098 result = (bool)(arg1)->GetIgnoreExisting(); in _wrap_SBAttachInfo_GetIgnoreExisting()