Lines Matching refs:AddCommand

587 lldb::SBCommand SBCommandInterpreter::AddCommand(  in AddCommand()  function in SBCommandInterpreter
590 lldb::SBCommand, SBCommandInterpreter, AddCommand, in AddCommand()
594 return LLDB_RECORD_RESULT(AddCommand(name, impl, help, /*syntax=*/nullptr, in AddCommand()
599 SBCommandInterpreter::AddCommand(const char *name, in AddCommand() function in SBCommandInterpreter
602 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommandInterpreter, AddCommand, in AddCommand()
607 AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/"")) in AddCommand()
610 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter
613 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommandInterpreter, AddCommand, in AddCommand()
695 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
699 lldb::SBCommand, SBCommand, AddCommand, in AddCommand()
702 return LLDB_RECORD_RESULT(AddCommand(name, impl, help, /*syntax=*/nullptr, in AddCommand()
706 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
709 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommand, AddCommand, in AddCommand()
714 AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/"")) in AddCommand()
717 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
721 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommand, AddCommand, in AddCommand()
837 lldb::SBCommand, SBCommandInterpreter, AddCommand, in RegisterMethods()
839 LLDB_REGISTER_METHOD(lldb::SBCommand, SBCommandInterpreter, AddCommand, in RegisterMethods()
842 LLDB_REGISTER_METHOD(lldb::SBCommand, SBCommandInterpreter, AddCommand, in RegisterMethods()
856 lldb::SBCommand, SBCommand, AddCommand, in RegisterMethods()
858 LLDB_REGISTER_METHOD(lldb::SBCommand, SBCommand, AddCommand, in RegisterMethods()
861 LLDB_REGISTER_METHOD(lldb::SBCommand, SBCommand, AddCommand, in RegisterMethods()