Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/abbreviation/
H A DTestAbbreviations.py20 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 DTestCommonShortSpellings.py34 command_interpreter.ResolveCommand(short_val, result)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandInterpreter.i105 ResolveCommand(const char *command_line, SBCommandReturnObject &result);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreter.h268 void ResolveCommand(const char *command_line, SBCommandReturnObject &result);
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp405 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 DCommandInterpreter.h599 void ResolveCommand(const char *command_line, CommandReturnObject &result);
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp221 void CommandInterpreter::ResolveCommand(const char *command_line, in ResolveCommand() function in CommandInterpreter