Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp46 const char *auto_repeat_command = "") in CommandPluginInterfaceImplementation() argument
50 auto_repeat_command == nullptr in CommandPluginInterfaceImplementation()
52 : std::optional<std::string>(auto_repeat_command); in CommandPluginInterfaceImplementation()
633 const char *syntax, const char *auto_repeat_command) { in AddCommand() argument
634 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax, auto_repeat_command); in AddCommand()
639 auto_repeat_command); in AddCommand()
731 const char *auto_repeat_command) { in AddCommand() argument
732 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax, auto_repeat_command); in AddCommand()
741 /*flags=*/0, auto_repeat_command); in AddCommand()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h181 const char *auto_repeat_command);
471 const char *auto_repeat_command);