Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIDriver.cpp879 const size_t nCommandOffset = vTextLine.find_first_not_of(digits); in WrapCLICommandIntoMICommand() local
889 const bool bIsEmptyCommand = (nCommandOffset == CMIUtilString::npos); in WrapCLICommandIntoMICommand()
900 !bIsEmptyCommand && (vTextLine.at(nCommandOffset) != '-'); in WrapCLICommandIntoMICommand()
909 vTextLine.begin() + nCommandOffset); in WrapCLICommandIntoMICommand()
912 const CMIUtilString vCliCommand(std::string(vTextLine, nCommandOffset)); in WrapCLICommandIntoMICommand()