Searched refs:auto_repeat_command (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 44 const char *auto_repeat_command = "") in CommandPluginInterfaceImplementation() argument 48 auto_repeat_command == nullptr in CommandPluginInterfaceImplementation() 50 : std::optional<std::string>(auto_repeat_command); in CommandPluginInterfaceImplementation() 571 const char *syntax, const char *auto_repeat_command) { in AddCommand() argument 572 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax, auto_repeat_command); in AddCommand() 577 auto_repeat_command); in AddCommand() 668 const char *auto_repeat_command) { in AddCommand() argument 669 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax, auto_repeat_command); in AddCommand() 678 /*flags=*/0, auto_repeat_command); in AddCommand()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 148 const char *auto_repeat_command); 400 const char *auto_repeat_command);
|