Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIDriver.cpp1320 CMIUtilString strCommand; in ExecuteCommandFile() local
1321 while (!m_bExitApp && std::getline(ifsStartScript, strCommand)) { in ExecuteCommandFile()
1323 bOk = CMICmnStreamStdout::TextToStdout(strCommand); in ExecuteCommandFile()
1326 if (strCommand.empty() || strCommand[0] == '#') in ExecuteCommandFile()
1332 bOk = InterpretCommand(strCommand); in ExecuteCommandFile()