Searched refs:new_command (Results 1 – 2 of 2) sorted by relevance
63 llvm::Expected<std::string> new_command = in DoExecute() local65 if (!new_command) { in DoExecute()66 result.SetError(new_command.takeError()); in DoExecute()72 result.GetOutputStream().Printf("%s\n", new_command->c_str()); in DoExecute()76 m_interpreter.HandleCommand(new_command->c_str(), eLazyBoolNo, result, in DoExecute()
691 CommandObjectMultiword *new_command = new CommandObjectMultiword( in AddCommand() 693 new_command->SetRemovable(true); in AddCommand() 694 lldb::CommandObjectSP new_command_sp(new_command); in AddCommand() 661 CommandObjectMultiword *new_command = new CommandObjectMultiword( AddMultiwordCommand() local