Searched refs:new_command (Results 1 – 2 of 2) sorted by relevance
63 llvm::Expected<std::string> new_command = in DoExecute() local 65 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 AddMultiwordCommand() local693 new_command->SetRemovable(true); in AddMultiwordCommand()694 lldb::CommandObjectSP new_command_sp(new_command); in AddMultiwordCommand()