Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdSupportInfo.cpp77 const CMIUtilString &rCmdToQuery(pArgNamedCmdName->GetValue()); in Execute() local
78 const MIuint nLen = rCmdToQuery.length(); in Execute()
80 if ((nLen > 1) && (rCmdToQuery[0] == '-')) in Execute()
81 m_bCmdFound = rCmdFactory.CmdExist(rCmdToQuery.substr(1, nLen - 1).c_str()); in Execute()
83 m_bCmdFound = rCmdFactory.CmdExist(rCmdToQuery); in Execute()