Home
last modified time | relevance | path

Searched refs:SetIgnoreExisting (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandOptionsProcessAttach.cpp65 attach_info.SetIgnoreExisting(false); in SetOptionValue()
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBAttachInfo.cpp149 void SBAttachInfo::SetIgnoreExisting(bool b) { in SetIgnoreExisting() function in SBAttachInfo
152 m_opaque_sp->SetIgnoreExisting(b); in SetIgnoreExisting()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBAttachInfo.h116 void SetIgnoreExisting(bool b);
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h146 void SetIgnoreExisting(bool b) { m_ignore_existing = b; } in SetIgnoreExisting() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp3015 attach_info.SetIgnoreExisting(!m_include_existing_field->GetBoolean()); in GetAttachInfo()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp6124 (arg1)->SetIgnoreExisting(arg2); in _wrap_SBAttachInfo_SetIgnoreExisting()