Searched refs:ResolveCommand (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lldb/test/API/functionalities/abbreviation/ |
D | TestAbbreviations.py | 22 command_interpreter.ResolveCommand("ap script", result) 26 command_interpreter.ResolveCommand("h", result) 31 command_interpreter.ResolveCommand("lo li", result) 35 command_interpreter.ResolveCommand("br s", result) 41 command_interpreter.ResolveCommand("pl", result) 46 command_interpreter.ResolveCommand( 58 command_interpreter.ResolveCommand("gurp target create", result) 64 command_interpreter.ResolveCommand("gurp", result) 69 command_interpreter.ResolveCommand("pltty /dev/tty0", result) 76 command_interpreter.ResolveCommand("xyzzy main 123", result) [all …]
|
D | TestCommonShortSpellings.py | 36 command_interpreter.ResolveCommand(short_val, result)
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBCommandInterpreter.i | 103 ResolveCommand(const char *command_line, SBCommandReturnObject &result);
|
/external/llvm-project/lldb/source/API/ |
D | SBCommandInterpreter.cpp | 435 void SBCommandInterpreter::ResolveCommand(const char *command_line, in ResolveCommand() function in SBCommandInterpreter 437 LLDB_RECORD_METHOD(void, SBCommandInterpreter, ResolveCommand, in ResolveCommand() 443 m_opaque_ptr->ResolveCommand(command_line, result.ref()); in ResolveCommand() 822 LLDB_REGISTER_METHOD(void, SBCommandInterpreter, ResolveCommand, in RegisterMethods()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBCommandInterpreter.h | 264 void ResolveCommand(const char *command_line, SBCommandReturnObject &result);
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | CommandInterpreter.h | 532 void ResolveCommand(const char *command_line, CommandReturnObject &result);
|
/external/llvm-project/lldb/source/Interpreter/ |
D | CommandInterpreter.cpp | 205 void CommandInterpreter::ResolveCommand(const char *command_line, in ResolveCommand() function in CommandInterpreter
|