Searched defs:cmd_sp (Results 1 – 4 of 4) sorted by relevance
79 lldb::CommandObjectSP cmd_sp, in CommandAlias() argument
965 const char *name) -> CommandObjectMultiword * { in VerifyUserMultiwordCmdPath()1144 const lldb::CommandObjectSP &cmd_sp, in AddCommand()1168 const lldb::CommandObjectSP &cmd_sp, in AddUserCommand()
816 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); in IOHandlerInputComplete() local968 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); in AddRegexCommandToInterpreter() local2395 CommandObjectSP cmd_sp = m_interpreter.GetCommandSPExact(root_cmd); in DoExecute() local2574 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( in DoExecute() local2602 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( in DoExecute() local2657 CommandObjectSP cmd_sp = interp.GetCommandSPExact(cmd_name); in DoExecute() local
637 SBCommand::SBCommand(lldb::CommandObjectSP cmd_sp) : m_opaque_sp(cmd_sp) {} in SBCommand()