Home
last modified time | relevance | path

Searched refs:auto_repeat_command (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp43 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()
570 const char *syntax, const char *auto_repeat_command) { in AddCommand() argument
571 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax, auto_repeat_command); in AddCommand()
576 auto_repeat_command); in AddCommand()
667 const char *auto_repeat_command) { in AddCommand() argument
668 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax, auto_repeat_command); in AddCommand()
677 /*flags=*/0, auto_repeat_command); in AddCommand()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreter.h148 const char *auto_repeat_command);
400 const char *auto_repeat_command);