Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectHelp.cpp120 std::string cmd_string; in DoExecute() local
121 command.GetCommandString (cmd_string); in DoExecute()
125 s.Printf ("ambiguous command %s", cmd_string.c_str()); in DoExecute()
140 cmd_string.c_str()); in DoExecute()
149 cmd_string.c_str(), in DoExecute()
DCommandObjectSyntax.cpp99 std::string cmd_string; in DoExecute() local
100 command.GetCommandString (cmd_string); in DoExecute()
101 result.AppendErrorWithFormat ("'%s' is not a known command.\n", cmd_string.c_str()); in DoExecute()