Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp152 void SBAttachInfo::SetIgnoreExisting(bool b) { in SetIgnoreExisting() function in SBAttachInfo
153 LLDB_RECORD_METHOD(void, SBAttachInfo, SetIgnoreExisting, (bool), b); in SetIgnoreExisting()
155 m_opaque_sp->SetIgnoreExisting(b); in SetIgnoreExisting()
287 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetIgnoreExisting, (bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBAttachInfo.i51 SetIgnoreExisting (bool b);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h112 void SetIgnoreExisting(bool b);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h143 void SetIgnoreExisting(bool b) { m_ignore_existing = b; } in SetIgnoreExisting() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp324 attach_info.SetIgnoreExisting(false); in SetOptionValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2595 attach_info.SetIgnoreExisting(!m_include_existing_field->GetBoolean()); in GetAttachInfo()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5215 (arg1)->SetIgnoreExisting(arg2); in _wrap_SBAttachInfo_SetIgnoreExisting()