From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20823 invoked by alias); 26 Jan 2009 00:30:54 -0000 Received: (qmail 20811 invoked by uid 22791); 26 Jan 2009 00:30:50 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from e24smtp02.br.ibm.com (HELO e24smtp02.br.ibm.com) (32.104.18.86) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Jan 2009 00:30:44 +0000 Received: from d24relay01.br.ibm.com (d24relay01.br.ibm.com [9.8.31.16]) by e24smtp02.br.ibm.com (8.13.1/8.13.1) with ESMTP id n0Q0aEhi003972 for ; Sun, 25 Jan 2009 22:36:14 -0200 Received: from d24av01.br.ibm.com (d24av01.br.ibm.com [9.18.232.46]) by d24relay01.br.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id n0Q1U71S3895322 for ; Sun, 25 Jan 2009 22:30:07 -0300 Received: from d24av01.br.ibm.com (loopback [127.0.0.1]) by d24av01.br.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n0Q0UbsK021254 for ; Sun, 25 Jan 2009 22:30:37 -0200 Received: from [9.8.5.52] ([9.8.5.52]) by d24av01.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n0Q0UboO021249; Sun, 25 Jan 2009 22:30:37 -0200 Subject: [PATCH 0/4] catch syscall -- try 4 -- Introduction From: =?ISO-8859-1?Q?S=E9rgio?= Durigan =?ISO-8859-1?Q?J=FAnior?= To: gdb-patches@sourceware.org Cc: teawater Content-Type: text/plain; charset=ISO-8859-1 Date: Mon, 26 Jan 2009 00:30:00 -0000 Message-Id: <1232929826.26873.21.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-01/txt/msg00484.txt.bz2 Hello everybody, It's been a while since I don't post anything related to this patch, so I apologize. I've been busy with some other activities, so I had to use my spare time to work on this now. Here goes the fourth version of the catch syscall patch. For those of you who have been following the improvements, there's not so much to see in this version if you compare it to the previous one; even though, it's worth taking a look at it because there are lots of bug fixes (the vast majority were fixed by Jan K. , to whom I'd like to give my special thanks). The basic functionality remains the same. Many thanks to Jan K., Phil Muldoon, Rick Moseley and Tom Tromey for dedicating their time to this activity. Also, thanks to teawater and Daniel Jacobowitz for bringing this patch back to discussion. The division of the patch is basically the same: the first part contains architecture-independent code; the second contains architecture-dependent; the third is for the XML support code; and the fourth contains code for the build system, testacase and documentation. Please, apply all four patches in order to have GDB compiled correctly. Please, comment, test and review. Regards, -- Sérgio Durigan Júnior Linux on Power Toolchain - Software Engineer Linux Technology Center - LTC IBM Brazil