Searched refs:ResolveCommand (Results 1 – 7 of 7) sorted by relevance
/llvm-project/lldb/test/API/functionalities/abbreviation/ |
H A D | TestAbbreviations.py | 19 command_interpreter.ResolveCommand("ap script", result) 23 command_interpreter.ResolveCommand("e", result) 27 command_interpreter.ResolveCommand("h", result) 32 command_interpreter.ResolveCommand("lo li", result) 36 command_interpreter.ResolveCommand("br s", result) 42 command_interpreter.ResolveCommand("pl", result) 47 command_interpreter.ResolveCommand( 58 command_interpreter.ResolveCommand("gurp target create", result) 64 command_interpreter.ResolveCommand("gurp", result) 69 command_interpreter.ResolveCommand("pltt [all...] |
H A D | TestCommonShortSpellings.py | 32 command_interpreter.ResolveCommand(short_val, result)
|
/llvm-project/lldb/test/API/commands/dwim-print/ |
H A D | TestDWIMPrint.py | 40 interp.ResolveCommand(substitute_cmd, result)
|
/llvm-project/lldb/include/lldb/API/ |
H A D | SBCommandInterpreter.h | 315 void ResolveCommand(const char *command_line, SBCommandReturnObject &result);
|
/llvm-project/lldb/source/API/ |
H A D | SBCommandInterpreter.cpp | 425 void SBCommandInterpreter::ResolveCommand(const char *command_line, in ResolveCommand() function in SBCommandInterpreter 431 m_opaque_ptr->ResolveCommand(command_line, result.ref()); in ResolveCommand()
|
/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandInterpreter.h | 634 void ResolveCommand(const char *command_line, CommandReturnObject &result);
|
/llvm-project/lldb/source/Interpreter/ |
H A D | CommandInterpreter.cpp | 252 void CommandInterpreter::ResolveCommand(const char *command_line, in ResolveCommand() function in CommandInterpreter
|