From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67605 invoked by alias); 6 Jun 2017 14:02:14 -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 66343 invoked by uid 89); 6 Jun 2017 14:02:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:sk:static. X-HELO: mail-it0-f66.google.com Received: from mail-it0-f66.google.com (HELO mail-it0-f66.google.com) (209.85.214.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 06 Jun 2017 14:02:11 +0000 Received: by mail-it0-f66.google.com with SMTP id i206so27483118ita.3 for ; Tue, 06 Jun 2017 07:02:15 -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=OPl4dIv91KGGQrxykboj6D4QzFmVXIjtbG3rvxcE+wg=; b=cIr5dVsSxW6AD94HCbvKAwF7XyxkY59zlZQV4PqyhsYjZaOx5nDZqcdE98wyzmj9u3 Enrs/tEBqqIxLpx2Nau1BKSteYKmNT9gB5K9247p2qJ5i3n1gU9DIdr0NJYYeiiDQ06i gh7ymUOLES+ZoFvC/t/bdywFgi6+EQnPokih6olO2AbUZUgUnSOJL8mLOsIVh7GSMp2c sNpwGyIBB8hJGTRUX9MhzOhP7oms038mWLirANrg4V+IPEOOrO04fTxb8mFeWQDEToqJ aA8HcDDI1H1OFcKnsVYvOK04fCkDNDLB4+0kZj8iln6pQG84GMNxYRAsOPJALvY2ue0o 2JJw== X-Gm-Message-State: AODbwcA5gDuOIEEWmHxF3vWy/w0ZI2Edx1c97gG1VakiN164OjFfdHwQ r/Qkc3+VJ7xPMNpj X-Received: by 10.36.33.210 with SMTP id e201mr17155792ita.112.1496757734590; Tue, 06 Jun 2017 07:02:14 -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 u6sm6330507ita.17.2017.06.06.07.02.12 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 06 Jun 2017 07:02:13 -0700 (PDT) From: Yao Qi To: Alan Hayward Cc: "gdb-patches\@sourceware.org" , nd Subject: Re: [PATCH 6/11] Add ALPHA_MAX_REGISTER_SIZE References: <772F5764-0F2A-4F53-BC41-C36AF15BED21@arm.com> <86bms3wbh5.fsf@gmail.com> Date: Tue, 06 Jun 2017 14:02:00 -0000 In-Reply-To: (Alan Hayward's message of "Mon, 5 Jun 2017 16:25:16 +0000") Message-ID: <86tw3t1ag0.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-06/txt/msg00144.txt.bz2 Alan Hayward writes: > I don't have a ALPHA machine to test on. > Tested on a --enable-targets=3Dall and --enable-libsanitizer build using > make check with board files unix and native-gdbserver. Could you build GDB with option -fsanitize=3Daddress (make CXXFLAGS=3D'-fsanitize=3Daddress') and run gdb.gdb/unittest.exp? > > Ok to commit? > OK if there is no fail in unit tests. > Alan. > > 2017-05-30 Alan Hayward > > * alpha-tdep.c (alpha_register_to_value): Use get_frame_register_value. This line is too long. The line max length in ChangeLog is 74. https://sourceware.org/gdb/wiki/ContributionChecklist#Properly_Formatted_GN= U_ChangeLog > (alpha_value_to_register): Use ALPHA_REGISTER_SIZE. --=20 Yao (=E9=BD=90=E5=B0=A7)