Searched refs:auto_repeat_command (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBCommandInterpreter.cpp | 46 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() 621 const char *syntax, const char *auto_repeat_command) { in AddCommand() argument 622 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax, auto_repeat_command); in AddCommand() 627 auto_repeat_command); in AddCommand() 718 const char *auto_repeat_command) { in AddCommand() argument 719 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax, auto_repeat_command); in AddCommand() 728 /*flags=*/0, auto_repeat_command); in AddCommand()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBCommandInterpreter.h | 181 const char *auto_repeat_command); 469 const char *auto_repeat_command);
|