H A D | SBCommandInterpreter.cpp | 43 const char *help = nullptr, in CommandPluginInterfaceImplementation() argument 47 : CommandObjectParsed(interpreter, name, help, syntax, flags), in CommandPluginInterfaceImplementation() 591 const char *help) { in AddMultiwordCommand() argument 592 LLDB_INSTRUMENT_VA(this, name, help); in AddMultiwordCommand() 595 new CommandObjectMultiword(*m_opaque_ptr, name, help)); in AddMultiwordCommand() 604 const char *name, lldb::SBCommandPluginInterface *impl, const char *help) { in AddCommand() argument 605 LLDB_INSTRUMENT_VA(this, name, impl, help); in AddCommand() 607 return AddCommand(name, impl, help, /*syntax=*/nullptr, in AddCommand() 614 const char *help, const char *syntax) { in AddCommand() argument 615 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax); in AddCommand() [all …]
|