Searched refs:auto_repeat_command (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/API/ |
D | SBCommandInterpreter.cpp | 43 const char *auto_repeat_command = "") in CommandPluginInterfaceImplementation() argument 47 auto_repeat_command == nullptr in CommandPluginInterfaceImplementation() 49 : llvm::Optional<std::string>(auto_repeat_command); in CommandPluginInterfaceImplementation() 624 const char *syntax, const char *auto_repeat_command) { in AddCommand() argument 628 name, impl, help, syntax, auto_repeat_command); in AddCommand() 633 auto_repeat_command); in AddCommand() 732 const char *auto_repeat_command) { in AddCommand() argument 736 name, impl, help, syntax, auto_repeat_command); in AddCommand() 745 /*flags=*/0, auto_repeat_command); in AddCommand()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBCommandInterpreter.h | 146 const char *auto_repeat_command); 396 const char *auto_repeat_command);
|