From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111699 invoked by alias); 23 Jun 2018 15:17:16 -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 111647 invoked by uid 89); 23 Jun 2018 15:17:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=12-15, msg00118html, UD:msg00118.html, 1215 X-HELO: mailsec106.isp.belgacom.be Received: from mailsec106.isp.belgacom.be (HELO mailsec106.isp.belgacom.be) (195.238.20.102) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 23 Jun 2018 15:17:12 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2AcAgATZC5b/+ApQFdbGgEBAQEBAgEBA?= =?us-ascii?q?QEIAQEBAYNJYm0SKIN5iGSNZTEBllILIwgBhDYEBAICgwIiOBQBAgEBAQEBAQI?= =?us-ascii?q?BbBwMgjUkAYJPAQUjMzMIAxgCAiYCAjkeBgGDOIIDC60UghyEXINrfQWBC4k3P?= =?us-ascii?q?4QegUGBVwOEYIJVApkvBwKBa40mgUCMCYd0iXmBWCGBUm2DPIIviGSFQD0wAYE?= =?us-ascii?q?MCAwBjX4BAQ?= X-IPAS-Result: =?us-ascii?q?A2AcAgATZC5b/+ApQFdbGgEBAQEBAgEBAQEIAQEBAYNJYm0?= =?us-ascii?q?SKIN5iGSNZTEBllILIwgBhDYEBAICgwIiOBQBAgEBAQEBAQIBbBwMgjUkAYJPA?= =?us-ascii?q?QUjMzMIAxgCAiYCAjkeBgGDOIIDC60UghyEXINrfQWBC4k3P4QegUGBVwOEYIJ?= =?us-ascii?q?VApkvBwKBa40mgUCMCYd0iXmBWCGBUm2DPIIviGSFQD0wAYEMCAwBjX4BAQ?= Received: from 224.41-64-87.adsl-dyn.isp.belgacom.be (HELO md) ([87.64.41.224]) by relay.skynet.be with ESMTP/TLS/AES256-GCM-SHA384; 23 Jun 2018 17:17:10 +0200 Message-ID: <1529767029.2365.189.camel@skynet.be> Subject: Re: GDB 8.2 branch 2018-06-22 Update From: Philippe Waroquiers To: Joel Brobecker , gdb-patches@sourceware.org Date: Sat, 23 Jun 2018 15:17:00 -0000 In-Reply-To: <20180622140540.GC3128@adacore.com> References: <20180622140540.GC3128@adacore.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg00553.txt.bz2 On Fri, 2018-06-22 at 10:05 -0400, Joel Brobecker wrote: > The following items are still in progress: > > * (PhilippeW) Implement 'frame apply COMMAND', enhance 'thread apply COMMAND' > > It looks like a review was done around Jun 12-15, and some > discussions, but no v3 yet. > > [v2] https://www.sourceware.org/ml/gdb-patches/2018-06/msg00118.html Hello Joel, I could not work earlier on the comments, the last 2 weeks were difficult for me. I am busy working on v3, I should be able to submit a new version in the next 2..3 days, as I can spend some time on this this week-end and the next evenings. Of course, this patch can go in the next release, if you deem it is better. Thanks Philippe