Searched refs:ResolveCommand (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/functionalities/abbreviation/ |
| H A D | TestAbbreviations.py | 20 command_interpreter.ResolveCommand("ap script", result) 24 command_interpreter.ResolveCommand("h", result) 29 command_interpreter.ResolveCommand("lo li", result) 33 command_interpreter.ResolveCommand("br s", result) 39 command_interpreter.ResolveCommand("pl", result) 44 command_interpreter.ResolveCommand( 62 command_interpreter.ResolveCommand("gurp", result) 67 command_interpreter.ResolveCommand("pltty /dev/tty0", result) 74 command_interpreter.ResolveCommand("xyzzy main 123", result) 81 command_interpreter.ResolveCommand("xyzzy main", result) [all …]
|
| H A D | TestCommonShortSpellings.py | 34 command_interpreter.ResolveCommand(short_val, result)
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBCommandInterpreter.i | 105 ResolveCommand(const char *command_line, SBCommandReturnObject &result);
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 268 void ResolveCommand(const char *command_line, SBCommandReturnObject &result);
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 405 void SBCommandInterpreter::ResolveCommand(const char *command_line, in ResolveCommand() function in SBCommandInterpreter 411 m_opaque_ptr->ResolveCommand(command_line, result.ref()); in ResolveCommand()
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 599 void ResolveCommand(const char *command_line, CommandReturnObject &result);
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 221 void CommandInterpreter::ResolveCommand(const char *command_line, in ResolveCommand() function in CommandInterpreter
|