Searched defs:cmd_sp (Results 1 – 4 of 4) sorted by relevance
79 lldb::CommandObjectSP cmd_sp, in CommandAlias()
965 __anonb6e32b560202(CommandObjectSP cmd_sp, const char *name) VerifyUserMultiwordCmdPath() argument 1144 AddCommand(llvm::StringRef name,const lldb::CommandObjectSP & cmd_sp,bool can_replace) AddCommand() argument 1168 AddUserCommand(llvm::StringRef name,const lldb::CommandObjectSP & cmd_sp,bool can_replace) AddUserCommand() argument [all...]
816 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); IOHandlerInputComplete() local 968 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); AddRegexCommandToInterpreter() local 2395 CommandObjectSP cmd_sp = m_interpreter.GetCommandSPExact(root_cmd); DoExecute() local 2574 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( DoExecute() local 2602 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( DoExecute() local 2657 CommandObjectSP cmd_sp = interp.GetCommandSPExact(cmd_name); DoExecute() local [all...]
637 SBCommand::SBCommand(lldb::CommandObjectSP cmd_sp) : m_opaque_sp(cmd_sp) {} in SBCommand()