Home
last modified time | relevance | path

Searched refs:cmd_sp (Results 1 – 5 of 5) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h83 const lldb::CommandObjectSP &cmd_sp,
88 const lldb::CommandObjectSP &cmd_sp,
/external/lldb/include/lldb/API/
DSBCommandInterpreter.h186 SBCommand (lldb::CommandObjectSP cmd_sp);
/external/lldb/source/API/
DSBCommandInterpreter.cpp437 SBCommand::SBCommand (lldb::CommandObjectSP cmd_sp) : m_opaque_sp (cmd_sp) in SBCommand() argument
/external/lldb/source/Commands/
DCommandObjectCommands.cpp1070 CommandObjectSP cmd_sp (m_regex_cmd_ap.release()); in AddRegexCommandToInterpreter() local
1071 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in AddRegexCommandToInterpreter()
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp748 CommandInterpreter::AddCommand (const char *name, const lldb::CommandObjectSP &cmd_sp, bool can_rep… in AddCommand() argument
758 m_command_dict[name_sstr] = cmd_sp; in AddCommand()
766 const lldb::CommandObjectSP &cmd_sp, in AddUserCommand() argument
791 m_user_dict[name] = cmd_sp; in AddUserCommand()