Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerCommon.cpp314 match_info.SetNameMatchType (eNameMatchEquals); in Handle_qfProcessInfo()
318 match_info.SetNameMatchType (eNameMatchStartsWith); in Handle_qfProcessInfo()
322 match_info.SetNameMatchType (eNameMatchEndsWith); in Handle_qfProcessInfo()
326 match_info.SetNameMatchType (eNameMatchContains); in Handle_qfProcessInfo()
330 match_info.SetNameMatchType (eNameMatchRegularExpression); in Handle_qfProcessInfo()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectPlatform.cpp1583 match_info.SetNameMatchType (eNameMatchEquals); in SetOptionValue()
1588 match_info.SetNameMatchType (eNameMatchEndsWith); in SetOptionValue()
1593 match_info.SetNameMatchType (eNameMatchStartsWith); in SetOptionValue()
1598 match_info.SetNameMatchType (eNameMatchContains); in SetOptionValue()
1603 match_info.SetNameMatchType (eNameMatchRegularExpression); in SetOptionValue()
1888 match_info.SetNameMatchType(eNameMatchStartsWith); in HandleOptionArgumentCompletion()
HDCommandObjectProcess.cpp441 match_info.SetNameMatchType(eNameMatchStartsWith); in HandleOptionArgumentCompletion()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcess.h499 SetNameMatchType (NameMatchType name_match_type) in SetNameMatchType() function
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp3504 match_info.SetNameMatchType (eNameMatchEquals); in Attach()