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

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBAttachInfo.i46 GetIgnoreExisting ();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h110 bool GetIgnoreExisting();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp146 bool SBAttachInfo::GetIgnoreExisting() { function in class:SBAttachInfo
147 LLDB_RECORD_METHOD_NO_ARGS(bool, SBAttachInfo, GetIgnoreExisting);
149 return m_opaque_sp->GetIgnoreExisting();
286 LLDB_REGISTER_METHOD(bool, SBAttachInfo, GetIgnoreExisting, ());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h126 bool GetIgnoreExisting() const { return m_ignore_existing; } function in class:lldb_private::ProcessAttachInfo
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1196 if (attach_info.GetIgnoreExisting())

Completed in 94 milliseconds