From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3269 invoked by alias); 25 Aug 2017 10:53:42 -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 2802 invoked by uid 89); 25 Aug 2017 10:53:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=stamp X-HELO: mail-qk0-f180.google.com Received: from mail-qk0-f180.google.com (HELO mail-qk0-f180.google.com) (209.85.220.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 25 Aug 2017 10:53:38 +0000 Received: by mail-qk0-f180.google.com with SMTP id p67so9653699qkd.2 for ; Fri, 25 Aug 2017 03:53:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=du8UkSy3xIFPNtrSjWo6s81NPiBk6w5Ct7t1M5u8VT4=; b=baGqsUz2sd8T/j7fNE2ZhOcKQXWUpGfYjcwArPxFEsJeVXVXwfcQ4Du07BBExaYaaZ lZQ8XmJ090KdQQ56VGcsksvoJgsB1tLRd5efil+ADRbiz6s8ndHg9cT8WdX68ZXcdJLS h8vvsq4WbW0SmulRE0QJpOwcThybaTZDxL2ErAdBDoijvzYGMcyWr4aibt09/1GhiJC5 5QOE3OYggf7Mlsh9jcz/lP2RjrrNbuHxVAuB5H/MUuZeH+q6oMOSUROxk0Fuvfvy30U1 r8pkwJxofxAckmq2vWNzzOm3DWRRkyQe7DxEjzuTL47N2m4LRe8GHVK1dOEGtMc+oBWV ubUg== X-Gm-Message-State: AHYfb5gclBikrdlw+NHeOrc92i5fozB5fGDbULxOwwvdpksgison1Ym1 SWeg2EAOn+HIw37saO5ierVu5EKizg== X-Received: by 10.55.66.20 with SMTP id p20mr3273470qka.71.1503658416573; Fri, 25 Aug 2017 03:53:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.142.66 with HTTP; Fri, 25 Aug 2017 03:53:36 -0700 (PDT) In-Reply-To: <6f2568ee-7677-63e8-2d51-65ac531b3a84@redhat.com> References: <20161018111023.4hzeyfzzpaneyfds@localhost.localdomain> <33a1f569-995b-342a-dbb9-ea14ab377d1a@ericsson.com> <20161018160657.rdvxgcam3uibsgst@localhost.localdomain> <6f2568ee-7677-63e8-2d51-65ac531b3a84@redhat.com> From: Yao Qi Date: Fri, 25 Aug 2017 10:53:00 -0000 Message-ID: Subject: Re: Check for truncated registers in process_g_packet To: Pedro Alves Cc: Lionel Flandrin , Simon Marchi , "gdb-patches@sourceware.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-08/txt/msg00488.txt.bz2 On Tue, Nov 8, 2016 at 10:37 AM, Pedro Alves wrote: > On 10/18/2016 05:07 PM, Lionel Flandrin wrote: > >>> This patch looks good to me, a few minor comments below about formattin= g. >>> Someone else with the approval stamp must look at it, but hopefully it = will >>> save them a bit of work. >> >> Thank you for the feedback, here's the updated patch: > > This is OK. I've pushed it in. > This patch 9dc193c causes a regression, $ make check RUNTESTFLAGS=3D"--target_board=3Dnative-extended-gdbserver multi-arch-exec.exp" FAIL: gdb.multi/multi-arch-exec.exp: continue across exec that changes architecture This test passes on the previous commit. The test passes also if I revert this commit on mainline. --=20 Yao (=E9=BD=90=E5=B0=A7)