Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectPlatform.cpp1582 match_info.SetNameMatchType (eNameMatchEquals); in SetOptionValue()
1587 match_info.SetNameMatchType (eNameMatchEndsWith); in SetOptionValue()
1592 match_info.SetNameMatchType (eNameMatchStartsWith); in SetOptionValue()
1597 match_info.SetNameMatchType (eNameMatchContains); in SetOptionValue()
1602 match_info.SetNameMatchType (eNameMatchRegularExpression); in SetOptionValue()
1882 match_info.SetNameMatchType(eNameMatchStartsWith); in HandleOptionArgumentCompletion()
HDCommandObjectProcess.cpp413 match_info.SetNameMatchType(eNameMatchStartsWith); in HandleOptionArgumentCompletion()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServer.cpp548 match_info.SetNameMatchType (eNameMatchEquals); in Handle_qfProcessInfo()
552 match_info.SetNameMatchType (eNameMatchStartsWith); in Handle_qfProcessInfo()
556 match_info.SetNameMatchType (eNameMatchEndsWith); in Handle_qfProcessInfo()
560 match_info.SetNameMatchType (eNameMatchContains); in Handle_qfProcessInfo()
564 match_info.SetNameMatchType (eNameMatchRegularExpression); in Handle_qfProcessInfo()
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcess.h1110 SetNameMatchType (NameMatchType name_match_type) in SetNameMatchType() function
/trueos/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp3267 match_info.SetNameMatchType (eNameMatchEquals); in Attach()