From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80002 invoked by alias); 16 Oct 2017 09:03:54 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 79993 invoked by uid 89); 16 Oct 2017 09:03:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:411, H*r:sk:static. X-HELO: mail-wm0-f41.google.com Received: from mail-wm0-f41.google.com (HELO mail-wm0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 16 Oct 2017 09:03:51 +0000 Received: by mail-wm0-f41.google.com with SMTP id f4so910720wme.0 for ; Mon, 16 Oct 2017 02:03:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=FVOOExifPw7xxvvnlvP10nSvkt46AL6Wo55sjRQL/1U=; b=fJzi4tBjp/T/plh/TmNrDJ9wc6S6XzBvQ7ujGbgonHTRgvHJn2ZQLYM/gZcZVYDi8l GxlvIAZ/spbzl0GXVdlnq4Jl8uqYy3tsUyN5pUYZ8Oot5NJtllR31NmWujhNaVy6M7yQ KpIp1/jb7UdEvz2Dd23H01aQubEZSUDSBctkXdOXx/nTUJufuacM93cziwwFFwHybrTG 9R6qUGMPJfbbFieRNfoA8YcNIEzU47AVOt1qXAZmetgNuOm0EzEu+Yr6xTF1VhXTJ/9V mXKPgeXn1MyrYiS/DifourSbC9C6QofSBpaSW4QIJ/SxSJDVgbB6lRbfvVgzfSzi8eUI FPxg== X-Gm-Message-State: AMCzsaXDNMEnwHZg0Bnqz36xK8Ahu/t1F9Cm0c1xzr/q5fm4hAOKoKNu 5ItiUFbjHtkhelpHzXNm8hTcpw== X-Google-Smtp-Source: AOwi7QBrijnsaSIVwNLwhRNK8sLlVvgtZG0PYaV1gxjiE4LgwMQ7I4BEY2FgyWXpDRTJnvbFKS1qdw== X-Received: by 10.223.185.91 with SMTP id b27mr7324984wrg.194.1508144629672; Mon, 16 Oct 2017 02:03:49 -0700 (PDT) Received: from E107787-LIN (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id x73sm6533686wme.34.2017.10.16.02.03.48 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 16 Oct 2017 02:03:49 -0700 (PDT) From: Yao Qi To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [RFA 2/8] Constify add_com_suppress_notification References: <20171013205950.22943-1-tom@tromey.com> <20171013205950.22943-3-tom@tromey.com> Date: Mon, 16 Oct 2017 09:03:00 -0000 In-Reply-To: <20171013205950.22943-3-tom@tromey.com> (Tom Tromey's message of "Fri, 13 Oct 2017 14:59:44 -0600") Message-ID: <861sm3xy4t.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg00421.txt.bz2 Tom Tromey writes: > gdb/ChangeLog > 2017-10-13 Tom Tromey > > * stack.c (select_frame_command): Constify. > * cli/cli-decode.c (struct cmd_list_element): Constify. s/struct cmd_list_element/add_com_suppress_notification/ ? > * command.h (add_com_suppress_notification): Constify. Patch is good to me. --=20 Yao (=E9=BD=90=E5=B0=A7)