From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19911 invoked by alias); 15 Nov 2013 03:27:32 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 19900 invoked by uid 89); 15 Nov 2013 03:27:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=AWL,BAYES_05,RDNS_NONE autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from Unknown (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 15 Nov 2013 03:26:52 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id CB6D211648F; Thu, 14 Nov 2013 22:27:16 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Fe6lQXoBpd-d; Thu, 14 Nov 2013 22:27:16 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 623C411648B; Thu, 14 Nov 2013 22:27:16 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 73AA5E98AD; Fri, 15 Nov 2013 07:26:42 +0400 (RET) Date: Fri, 15 Nov 2013 03:27:00 -0000 From: Joel Brobecker To: Doug Evans Cc: gdb@sourceware.org Subject: Re: GDB 7.7 Schedule? Message-ID: <20131115032642.GJ12772@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-11/txt/msg00075.txt.bz2 > Now that the switch to git is relatively complete and in use for a > bit, what's the plan for the schedule for 7.7? Interesting coincidence that you should ask, because I was thinking about giving an update and asking for a status as well... On my end, life and work have been a lot fuller than I would have liked, and so I haven't had time to really think about the release. I am hoping to invest some time into updating the scripts making that release this comming weekend or the next. I see there are still some issues listed in the wiki page. * [Jan/Doug] Record objfile->original_name as an absolute path https://sourceware.org/ml/gdb-patches/2013-10/msg00275.html ISTR seeing a aggreement on something like this. Is it done? * [PhilippeW] "catch syscall" with gdbserver https://sourceware.org/ml/gdb-patches/2013-08/msg00922.html I haven't followed this part of the development, and I don't see a NEWS entry for it, so still pending? Any other important isses that should be on the list? Personally, I'd like to see a resolution of the discussion which started with the RFC for a new GDB/MI command to determine whether a given GDB/MI command exists or not. Any objection to adding this? The reason why I would like this in 7.7 is that it would allow me to remove some entries I recently added to the -list-features command, but would become unnecessary once implemented. Initial proposal: http://www.sourceware.org/ml/gdb-patches/2013-11/msg00311.html It seems to have gone in a different direction: http://www.sourceware.org/ml/gdb-patches/2013-11/msg00382.html -- Joel