| H A D | SBCommandInterpreter.cpp | 44 const char *syntax = nullptr, in CommandPluginInterfaceImplementation() 47 : CommandObjectParsed(interpreter, name, help, syntax, flags), in CommandPluginInterfaceImplementation() 607 return AddCommand(name, impl, help, /*syntax=*/nullptr, in SBCommand() 614 const char *help, const char *syntax) { in operator bool() 615 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax); in operator bool() 616 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/""); in operator bool() 621 const char *syntax, const char *auto_repeat_command) { in GetName() 622 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax, auto_repeat_command); in GetName() 626 *m_opaque_ptr, name, impl, help, syntax, /*flags=*/0, in GetHelp() 704 return AddCommand(name, impl, help, /*syntax 43 CommandPluginInterfaceImplementation(CommandInterpreter & interpreter,const char * name,lldb::SBCommandPluginInterface * backend,const char * help=nullptr,const char * syntax=nullptr,uint32_t flags=0,const char * auto_repeat_command="") CommandPluginInterfaceImplementation() argument 584 AddCommand(const char * name,lldb::SBCommandPluginInterface * impl,const char * help,const char * syntax) AddCommand() argument 591 AddCommand(const char * name,lldb::SBCommandPluginInterface * impl,const char * help,const char * syntax,const char * auto_repeat_command) AddCommand() argument 680 AddCommand(const char * name,lldb::SBCommandPluginInterface * impl,const char * help,const char * syntax) AddCommand() argument 687 AddCommand(const char * name,lldb::SBCommandPluginInterface * impl,const char * help,const char * syntax,const char * auto_repeat_command) AddCommand() argument [all...] |