Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/functionalities/abbreviation/
DTestAbbreviations.py22 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 …]
DTestCommonShortSpellings.py36 command_interpreter.ResolveCommand(short_val, result)
/external/llvm-project/lldb/bindings/interface/
DSBCommandInterpreter.i103 ResolveCommand(const char *command_line, SBCommandReturnObject &result);
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp435 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/
DSBCommandInterpreter.h264 void ResolveCommand(const char *command_line, SBCommandReturnObject &result);
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h532 void ResolveCommand(const char *command_line, CommandReturnObject &result);
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp205 void CommandInterpreter::ResolveCommand(const char *command_line, in ResolveCommand() function in CommandInterpreter