From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32051 invoked by alias); 3 Dec 2013 19:22:46 -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 32042 invoked by uid 89); 3 Dec 2013 19:22:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_50,RCVD_IN_JMF_BR,RDNS_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mailrelay005.isp.belgacom.be Received: from Unknown (HELO mailrelay005.isp.belgacom.be) (195.238.6.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 03 Dec 2013 19:21:51 +0000 X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApMBAJcunlJtgMEQ/2dsb2JhbAANTYM/g021boExgxkBAQEDASNWBQsLGgImAgJXBogOCwiwLXaQGRMEgSmNVQeCa4FIA61R Received: from 16.193-128-109.adsl-dyn.isp.belgacom.be (HELO [192.168.1.10]) ([109.128.193.16]) by relay.skynet.be with ESMTP; 03 Dec 2013 20:21:42 +0100 Subject: Re: status update for GDB 7.7? From: Philippe Waroquiers To: Joel Brobecker Cc: gdb-patches@sourceware.org In-Reply-To: <20131202035637.GQ3114@adacore.com> References: <20131202035637.GQ3114@adacore.com> Content-Type: text/plain; charset="UTF-8" Date: Tue, 03 Dec 2013 19:22:00 -0000 Message-ID: <1386098512.2179.15.camel@soleil> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00091.txt.bz2 On Mon, 2013-12-02 at 07:56 +0400, Joel Brobecker wrote: > I thought it would be useful to do a quick status update for the 7.7 > release. At this point, we have two items left on the TODO list: > > * [PhilippeW] "catch syscall" with gdbserver > https://sourceware.org/ml/gdb-patches/2013-08/msg00922.html This will not be done for 7.7. Several comments were given on the last version, a.o. a suggestion to switch from a specific QCatchSyscall packet to a more general packet QInsertCatchPoint. I last discussed this in https://sourceware.org/ml/gdb-patches/2013-10/msg00321.html but did not progress after that. NB: feedback on my last message welcome :). Philippe