Searched refs:SBCommand (Results 1 – 3 of 3) sorted by relevance
590 lldb::SBCommand SBCommandInterpreter::AddMultiwordCommand(const char *name, in AddMultiwordCommand()599 return lldb::SBCommand(new_command_sp); in AddMultiwordCommand()600 return lldb::SBCommand(); in AddMultiwordCommand()603 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand()611 lldb::SBCommand619 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand()631 return lldb::SBCommand(new_command_sp); in AddCommand()632 return lldb::SBCommand(); in AddCommand()635 SBCommand::SBCommand() { LLDB_INSTRUMENT_VA(this); } in SBCommand() function in SBCommand637 SBCommand::SBCommand(lldb::CommandObjectSP cmd_sp) : m_opaque_sp(cmd_sp) {} in SBCommand() function in SBCommand[all …]
101 lldb::SBCommand AddMultiwordCommand(const char *name, const char *help);121 lldb::SBCommand AddCommand(const char *name,148 lldb::SBCommand AddCommand(const char *name,178 lldb::SBCommand AddCommand(const char *name,362 class SBCommand {364 SBCommand();384 lldb::SBCommand AddMultiwordCommand(const char *name,405 lldb::SBCommand AddCommand(const char *name,432 lldb::SBCommand AddCommand(const char *name,466 lldb::SBCommand AddCommand(const char *name,[all …]
56 class LLDB_API SBCommand; variable