H A D | SBCommandInterpreter.cpp | 603 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter 607 return AddCommand(name, impl, help, /*syntax=*/nullptr, in AddCommand() 612 SBCommandInterpreter::AddCommand(const char *name, in AddCommand() function in SBCommandInterpreter 616 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/""); in AddCommand() 619 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter 700 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand 704 return AddCommand(name, impl, help, /*syntax=*/nullptr, in AddCommand() 708 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand 712 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/""); in AddCommand() 715 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
|