From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19404 invoked by alias); 9 Aug 2017 07:44:31 -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 19280 invoked by uid 89); 9 Aug 2017 07:44:24 -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-Received:Wed, 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; Wed, 09 Aug 2017 07:44:22 +0000 Received: by mail-it0-f66.google.com with SMTP id t78so4183012ita.1 for ; Wed, 09 Aug 2017 00:44:22 -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=4mpCi949ckRtrBpejIzOJ6t6ufdoquZW6CchBBSxYL8=; b=lmCXnEeGn+C5fKnjbYI0S0f/RvfXsVUjuqjnDTTgq++aXAR8jtrtLZoie9sPGfvFjR peEtQJTcWBoPFl+OYveHEfjYhtAsSsDXuWXvpsOP0BVsSdaKiQSvbUjj/P539pztBsCZ CoPZJNYaR9SERDtOmEF1mfTNfQoutTWF9EB2t83EtQnsm2pE6m/FfoM6f7j7FM7lyKla nDwhkRk3yifsDqAvL5sIhC27jnI6k2hT0XlfiQsu3hUACJxuxCOj5R8HduNl/E/kqvxY BnXMSNKvzCpqCJgL4m8s7uppy7FWtZsfb19zJnjluR+xv1Sq5IsfU3DgcbH0o1u1QhNo cE5g== X-Gm-Message-State: AIVw113/cQpjLcAjz54nrsS/C0vhDXNwkS8O6/lbN2UZVsJGE6uo4DIS U3PjPbyL5TGRzw== X-Received: by 10.36.28.82 with SMTP id c79mr6820229itc.173.1502264661291; Wed, 09 Aug 2017 00:44:21 -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 13sm1804030itl.2.2017.08.09.00.44.19 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 09 Aug 2017 00:44:20 -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> <861son1jdy.fsf@gmail.com> Date: Wed, 09 Aug 2017 07:44:00 -0000 In-Reply-To: (Maciej W. Rozycki's message of "Mon, 7 Aug 2017 17:05:38 +0100") Message-ID: <86shh1yyls.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/msg00161.txt.bz2 "Maciej W. Rozycki" writes: > Thanks for your review and testing. I have committed it to master now.= =20=20 > How about the 8.0 branch? Yes, please. Are you able to edit page https://sourceware.org/gdb/wiki/GDB_8.0_Release and add this PR in 8.0.1 release? If you don't have the permission to edit, I can do it for you. --=20 Yao (=E9=BD=90=E5=B0=A7)