Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp123 std::string cmd_string; in DoExecute() local
124 command.GetCommandString(cmd_string); in DoExecute()
127 s.Printf("ambiguous command %s", cmd_string.c_str()); in DoExecute()
138 &error_msg_stream, cmd_string.c_str(), in DoExecute()
144 &result.GetOutputStream(), cmd_string.c_str(), in DoExecute()
/llvm-project/lldb/test/API/python_api/was_interrupted/
H A DTestDebuggerInterruption.py127cmd_string = f"command script add {self.command_name} --class interruptible.WelcomeCommand"
128 self.runCmd(cmd_string)