| H A D | SBCommandInterpreter.cpp | 615 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter 619 return AddCommand(name, impl, help, /*syntax=*/nullptr, in AddCommand() 624 SBCommandInterpreter::AddCommand(const char *name, in AddCommand() function in SBCommandInterpreter 628 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/""); in AddCommand() 631 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter 713 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand 717 return AddCommand(name, impl, help, /*syntax=*/nullptr, in AddCommand() 721 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand 725 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/""); in AddCommand() 728 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
|