Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectHelp.cpp134 std::string cmd_string; in DoExecute() local
135 command.GetCommandString(cmd_string); in DoExecute()
138 s.Printf("ambiguous command %s", cmd_string.c_str()); in DoExecute()
149 &error_msg_stream, cmd_string.c_str(), in DoExecute()
155 &result.GetOutputStream(), cmd_string.c_str(), in DoExecute()