Searched refs:auto_repeat_command (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 45 const char *auto_repeat_command = "") in CommandPluginInterfaceImplementation() argument 49 auto_repeat_command == nullptr in CommandPluginInterfaceImplementation() 51 : std::optional<std::string>(auto_repeat_command); in CommandPluginInterfaceImplementation() 591 const char *syntax, const char *auto_repeat_command) { in AddCommand() argument 592 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax, auto_repeat_command); in AddCommand() 597 auto_repeat_command); in AddCommand() 688 const char *auto_repeat_command) { in AddCommand() argument 689 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax, auto_repeat_command); in AddCommand() 698 /*flags=*/0, auto_repeat_command); in AddCommand()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 180 const char *auto_repeat_command); 453 const char *auto_repeat_command);
|