Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBAttachInfo.cpp146 bool SBAttachInfo::GetIgnoreExisting() { in GetIgnoreExisting() function in SBAttachInfo
147 LLDB_RECORD_METHOD_NO_ARGS(bool, SBAttachInfo, GetIgnoreExisting); in GetIgnoreExisting()
149 return m_opaque_sp->GetIgnoreExisting(); in GetIgnoreExisting()
286 LLDB_REGISTER_METHOD(bool, SBAttachInfo, GetIgnoreExisting, ()); in RegisterMethods()
/external/llvm-project/lldb/bindings/interface/
DSBAttachInfo.i46 GetIgnoreExisting ();
/external/llvm-project/lldb/include/lldb/API/
DSBAttachInfo.h110 bool GetIgnoreExisting();
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h138 bool GetIgnoreExisting() const { return m_ignore_existing; } in GetIgnoreExisting() function
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1180 if (attach_info.GetIgnoreExisting()) in DoAttachToProcessWithName()