Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/functionalities/abbreviation/
H A DTestAbbreviations.py19 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 DTestCommonShortSpellings.py32 command_interpreter.ResolveCommand(short_val, result)
/llvm-project/lldb/test/API/commands/dwim-print/
H A DTestDWIMPrint.py40 interp.ResolveCommand(substitute_cmd, result)
/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h315 void ResolveCommand(const char *command_line, SBCommandReturnObject &result);
/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp425 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 DCommandInterpreter.h634 void ResolveCommand(const char *command_line, CommandReturnObject &result);
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp252 void CommandInterpreter::ResolveCommand(const char *command_line, in ResolveCommand() function in CommandInterpreter