Lines Matching refs:SBCommand
584 lldb::SBCommand SBCommandInterpreter::AddMultiwordCommand(const char *name, in AddMultiwordCommand()
586 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommandInterpreter, AddMultiwordCommand, in AddMultiwordCommand()
595 return LLDB_RECORD_RESULT(lldb::SBCommand(new_command_sp)); in AddMultiwordCommand()
596 return LLDB_RECORD_RESULT(lldb::SBCommand()); in AddMultiwordCommand()
599 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand()
602 lldb::SBCommand, SBCommandInterpreter, AddCommand, in AddCommand()
610 lldb::SBCommand
614 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommandInterpreter, AddCommand, in AddCommand()
622 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand()
625 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommandInterpreter, AddCommand, in AddCommand()
637 return LLDB_RECORD_RESULT(lldb::SBCommand(new_command_sp)); in AddCommand()
638 return LLDB_RECORD_RESULT(lldb::SBCommand()); in AddCommand()
641 SBCommand::SBCommand() { LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBCommand); } in SBCommand() function in SBCommand
643 SBCommand::SBCommand(lldb::CommandObjectSP cmd_sp) : m_opaque_sp(cmd_sp) {} in SBCommand() function in SBCommand
645 bool SBCommand::IsValid() { in IsValid()
646 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommand, IsValid); in IsValid()
649 SBCommand::operator bool() const { in operator bool()
650 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommand, operator bool); in operator bool()
655 const char *SBCommand::GetName() { in GetName()
656 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBCommand, GetName); in GetName()
661 const char *SBCommand::GetHelp() { in GetHelp()
662 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBCommand, GetHelp); in GetHelp()
668 const char *SBCommand::GetHelpLong() { in GetHelpLong()
669 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBCommand, GetHelpLong); in GetHelpLong()
675 void SBCommand::SetHelp(const char *help) { in SetHelp()
676 LLDB_RECORD_METHOD(void, SBCommand, SetHelp, (const char *), help); in SetHelp()
682 void SBCommand::SetHelpLong(const char *help) { in SetHelpLong()
683 LLDB_RECORD_METHOD(void, SBCommand, SetHelpLong, (const char *), help); in SetHelpLong()
689 lldb::SBCommand SBCommand::AddMultiwordCommand(const char *name, in AddMultiwordCommand()
691 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommand, AddMultiwordCommand, in AddMultiwordCommand()
695 return LLDB_RECORD_RESULT(lldb::SBCommand()); in AddMultiwordCommand()
697 return LLDB_RECORD_RESULT(lldb::SBCommand()); in AddMultiwordCommand()
703 return LLDB_RECORD_RESULT(lldb::SBCommand(new_command_sp)); in AddMultiwordCommand()
704 return LLDB_RECORD_RESULT(lldb::SBCommand()); in AddMultiwordCommand()
707 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand()
711 lldb::SBCommand, SBCommand, AddCommand, in AddCommand()
718 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand()
721 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommand, AddCommand, in AddCommand()
729 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand()
733 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommand, AddCommand, in AddCommand()
739 return LLDB_RECORD_RESULT(lldb::SBCommand()); in AddCommand()
741 return LLDB_RECORD_RESULT(lldb::SBCommand()); in AddCommand()
747 return LLDB_RECORD_RESULT(lldb::SBCommand(new_command_sp)); in AddCommand()
748 return LLDB_RECORD_RESULT(lldb::SBCommand()); in AddCommand()
751 uint32_t SBCommand::GetFlags() { in GetFlags()
752 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBCommand, GetFlags); in GetFlags()
757 void SBCommand::SetFlags(uint32_t flags) { in SetFlags()
758 LLDB_RECORD_METHOD(void, SBCommand, SetFlags, (uint32_t), flags); in SetFlags()
846 LLDB_REGISTER_METHOD(lldb::SBCommand, SBCommandInterpreter, in RegisterMethods()
849 lldb::SBCommand, SBCommandInterpreter, AddCommand, in RegisterMethods()
851 LLDB_REGISTER_METHOD(lldb::SBCommand, SBCommandInterpreter, AddCommand, in RegisterMethods()
854 LLDB_REGISTER_METHOD(lldb::SBCommand, SBCommandInterpreter, AddCommand, in RegisterMethods()
857 LLDB_REGISTER_CONSTRUCTOR(SBCommand, ()); in RegisterMethods()
858 LLDB_REGISTER_METHOD(bool, SBCommand, IsValid, ()); in RegisterMethods()
859 LLDB_REGISTER_METHOD_CONST(bool, SBCommand, operator bool, ()); in RegisterMethods()
860 LLDB_REGISTER_METHOD(const char *, SBCommand, GetName, ()); in RegisterMethods()
861 LLDB_REGISTER_METHOD(const char *, SBCommand, GetHelp, ()); in RegisterMethods()
862 LLDB_REGISTER_METHOD(const char *, SBCommand, GetHelpLong, ()); in RegisterMethods()
863 LLDB_REGISTER_METHOD(void, SBCommand, SetHelp, (const char *)); in RegisterMethods()
864 LLDB_REGISTER_METHOD(void, SBCommand, SetHelpLong, (const char *)); in RegisterMethods()
865 LLDB_REGISTER_METHOD(lldb::SBCommand, SBCommand, AddMultiwordCommand, in RegisterMethods()
868 lldb::SBCommand, SBCommand, AddCommand, in RegisterMethods()
870 LLDB_REGISTER_METHOD(lldb::SBCommand, SBCommand, AddCommand, in RegisterMethods()
873 LLDB_REGISTER_METHOD(lldb::SBCommand, SBCommand, AddCommand, in RegisterMethods()
876 LLDB_REGISTER_METHOD(uint32_t, SBCommand, GetFlags, ()); in RegisterMethods()
877 LLDB_REGISTER_METHOD(void, SBCommand, SetFlags, (uint32_t)); in RegisterMethods()