Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Utility/
HDNameMatches.cpp19 if (match_type == eNameMatchIgnore) in NameMatches()
31 case eNameMatchIgnore: // This case cannot occur: tested before in NameMatches()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-private-enumerations.h132 eNameMatchIgnore, enumerator
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcess.h454 m_name_match_type (eNameMatchIgnore), in ProcessInstanceInfoMatch()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp553 if (m_name_match_type == eNameMatchIgnore || process_name == NULL) in NameMatches()
601 if (m_name_match_type != eNameMatchIgnore) in MatchAllProcesses()
636 m_name_match_type = eNameMatchIgnore; in Clear()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectPlatform.cpp1463 case eNameMatchIgnore: break; in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.cpp2969 case eNameMatchIgnore: in FindProcesses()