| H A D | SBCommandInterpreter.cpp | 43 const char *help = nullptr, in CommandPluginInterfaceImplementation() argument 47 : CommandObjectParsed(interpreter, name, help, syntax, flags), in CommandPluginInterfaceImplementation() 603 const char *help) { in AddMultiwordCommand() argument 604 LLDB_INSTRUMENT_VA(this, name, help); in AddMultiwordCommand() 607 new CommandObjectMultiword(*m_opaque_ptr, name, help)); in AddMultiwordCommand() 616 const char *name, lldb::SBCommandPluginInterface *impl, const char *help) { in AddCommand() argument 617 LLDB_INSTRUMENT_VA(this, name, impl, help); in AddCommand() 619 return AddCommand(name, impl, help, /*syntax=*/nullptr, in AddCommand() 626 const char *help, const char *syntax) { in AddCommand() argument 627 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax); in AddCommand() [all …]
|