From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38665 invoked by alias); 7 Aug 2017 15:35:05 -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 37399 invoked by uid 89); 7 Aug 2017 15:35:04 -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=H*r:sk:static. X-HELO: mail-io0-f196.google.com Received: from mail-io0-f196.google.com (HELO mail-io0-f196.google.com) (209.85.223.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 07 Aug 2017 15:34:59 +0000 Received: by mail-io0-f196.google.com with SMTP id j32so613763iod.3 for ; Mon, 07 Aug 2017 08:34:59 -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=yAave8/2fONc/3QWaUWXl09Ji1dSzCgw+8ZOwveOMqA=; b=Kf717VLeEMRzbp/IyLw04RgBb6tQl8KugVKjKofejCUOxpbjtCbqR0oLwRoeMzPXm6 MUJzrqsnaiVhk9qwNJBDLQHB00w8yYAA+cnpQU5rLd+k6bPDV9stz3B4YAwVCEChT6zP 2sGsV61EFEf73EIS0QFBqdhFsrNtk4P8FyyBeB40SOxK2n0weG1AozzGZIidYvtoT7eU FYMNDRv1+6jz1HMMzX3VARCAojAAKqNeoU6HFyyDjC2ATX2rPbvjOJGuHiKocS5vFVKH JiX5lqKc5kedJSWL6PujwimaDqM63u0FEAii6I8SvlVTF4mXMYbWwDWCw7xbD0b4uVSw WBIA== X-Gm-Message-State: AHYfb5hBCVV48mdDJ7Tfvb6K7x89RRy7O66IIEIfrgsyeeI7SRSsgaMs MEpHXDIAals17Q== X-Received: by 10.107.133.203 with SMTP id p72mr923621ioi.194.1502120098085; Mon, 07 Aug 2017 08:34:58 -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 14sm3932745ioi.5.2017.08.07.08.34.56 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 07 Aug 2017 08:34:57 -0700 (PDT) From: Yao Qi To: "Maciej W. Rozycki" Cc: , Yao Qi , Joel Brobecker Subject: Re: [PATCH v2] PR breakpoints/21886: mem-break: Fix breakpoint insertion location References: <86zibf1n5e.fsf@gmail.com> Date: Mon, 07 Aug 2017 15:35:00 -0000 In-Reply-To: (Maciej W. Rozycki's message of "Fri, 4 Aug 2017 15:12:27 +0100") Message-ID: <861son1jdy.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-08/txt/msg00129.txt.bz2 "Maciej W. Rozycki" writes: >> The patch looks good to me, but please give me two or three days to run >> the tests on an armv7 board. The board is being used for other tests, >> and I'll start the regression test on Monday next week. > > Sure. Here's v2 with an updated description. No changes to the patch=20 > itself. My test is done. No regression. Could you please push it in? --=20 Yao (=E9=BD=90=E5=B0=A7)