From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20391 invoked by alias); 23 Apr 2009 00:33:28 -0000 Received: (qmail 20381 invoked by uid 22791); 23 Apr 2009 00:33:22 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from e24smtp04.br.ibm.com (HELO e24smtp04.br.ibm.com) (32.104.18.25) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 23 Apr 2009 00:33:17 +0000 Received: from mailhub1.br.ibm.com (mailhub1.br.ibm.com [9.18.232.109]) by e24smtp04.br.ibm.com (8.13.1/8.13.1) with ESMTP id n3N0SXeu011624 for ; Wed, 22 Apr 2009 21:28:33 -0300 Received: from d24av02.br.ibm.com (d24av02.br.ibm.com [9.18.232.47]) by mailhub1.br.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n3N0XOxP1319186 for ; Wed, 22 Apr 2009 21:33:24 -0300 Received: from d24av02.br.ibm.com (loopback [127.0.0.1]) by d24av02.br.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n3N0X3Xt016493 for ; Wed, 22 Apr 2009 21:33:04 -0300 Received: from [9.8.3.96] ([9.8.3.96]) by d24av02.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n3N0X3xC016489 for ; Wed, 22 Apr 2009 21:33:03 -0300 Subject: [PATCH 0/3] catch syscall -- try 5 -- Introduction From: =?ISO-8859-1?Q?S=E9rgio?= Durigan =?ISO-8859-1?Q?J=FAnior?= To: gdb-patches@sourceware.org Content-Type: text/plain; charset="ISO-8859-1" Date: Thu, 23 Apr 2009 00:33:00 -0000 Message-Id: <1240446781.2000.82.camel@miki> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes 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 X-SW-Source: 2009-04/txt/msg00625.txt.bz2 Hello GDB hackers, Here goes my fifth attempt to get this patch accepted :-). I believe that everything will be fine this time, and the catch syscall feature will finally appear in GDB 7! Things that have changed since the last attempt: - In the documentation part: http://sourceware.org/ml/gdb-patches/2009-01/msg00492.html (from Eli) http://sourceware.org/ml/gdb-patches/2009-02/msg00013.html (from Daniel) - As for the XML support: http://sourceware.org/ml/gdb-patches/2009-01/msg00495.html (from Pierre) http://sourceware.org/ml/gdb-patches/2009-02/msg00012.html (from Daniel) - Regarding the source-code: http://sourceware.org/ml/gdb-patches/2009-01/msg00489.html (from Pedro) http://sourceware.org/ml/gdb-patches/2009-02/msg00010.html (from Daniel) There are other small comments that I have addressed while doing this, and other replies to the comments above that I didn't paste. Please, let me know if something is wrong/missing. There's one thing worth mentioning: this patch implements the command "maint set data-directory", which is already implemented by one of Tromey's pretty-printing patches. If Tromey's patches are accepted first, then I can (need) modify my patch in order to use his version of the command Regards, -- Sérgio Durigan Júnior Linux on Power Toolchain - Software Engineer Linux Technology Center - LTC IBM Brazil