From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17345 invoked by alias); 4 Nov 2008 04:32:20 -0000 Received: (qmail 17279 invoked by uid 22791); 4 Nov 2008 04:32:20 -0000 X-Spam-Check-By: sourceware.org Received: from igw1.br.ibm.com (HELO igw1.br.ibm.com) (32.104.18.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 04 Nov 2008 04:31:27 +0000 Received: from d24relay01.br.ibm.com (unknown [9.8.31.16]) by igw1.br.ibm.com (Postfix) with ESMTP id DD2E632C040 for ; Tue, 4 Nov 2008 02:29:22 -0200 (BRDT) 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 mA44V3x94218922 for ; Tue, 4 Nov 2008 01:31:03 -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 mA44VO26010235 for ; Tue, 4 Nov 2008 02:31:24 -0200 Received: from [9.18.200.192] ([9.18.200.192]) by d24av01.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id mA44VNE9010224 for ; Tue, 4 Nov 2008 02:31:23 -0200 Subject: [PATCH 0/4] 'catch syscall' feature -- 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: Tue, 04 Nov 2008 04:32:00 -0000 Message-Id: <1225773077.24532.51.camel@miki> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 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: 2008-11/txt/msg00016.txt.bz2 Hello guys, This is the new version of the "catch syscall" patch. I have reviewed it for a while, fixing things that you have proposed to me and implementing new code. Basically, the changes are: - Grammar errors fixed (including the "two-spaces-after-dot" rule) (as pointed out by Michael). - Rework of the "arch independent" part of the patch, now using the new breakpoint_ops mechanism (as implemented by Joel). - Tab-completion support (as suggested by Tromey). - Storing the syscalls names using XML support, and not directly in the source-code (as requested by Daniel Jacobowits). - PPC, PPC64 and i386 support. - Implementation of the GDB's datadir (Daniel asked this too). Well, I think that's it. You guys already know what this patch is supposed to do, but in case you have forgotten: http://sourceware.org/ml/gdb-patches/2008-09/msg00583.html Hope you like it :-). Best regards, -- Sérgio Durigan Júnior Linux on Power Toolchain - Software Engineer Linux Technology Center - LTC IBM Brazil