From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8484 invoked by alias); 4 Nov 2008 13:36:42 -0000 Received: (qmail 8434 invoked by uid 22791); 4 Nov 2008 13:36:40 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 04 Nov 2008 13:36:03 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id mA4DZu9U029785; Tue, 4 Nov 2008 14:35:56 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id mA4DZtYH016463; Tue, 4 Nov 2008 14:35:55 +0100 (CET) Date: Tue, 04 Nov 2008 13:36:00 -0000 Message-Id: <200811041335.mA4DZtYH016463@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: sergiodj@linux.vnet.ibm.com CC: gdb-patches@sourceware.org In-reply-to: <1225773086.24532.55.camel@miki> (message from =?ISO-8859-1?Q?S=E9rgio?= Durigan =?ISO-8859-1?Q?J=FAnior?= on Tue, 04 Nov 2008 02:31:26 -0200) Subject: Re: [PATCH 3/4] 'catch syscall' feature -- XML support part References: <1225773086.24532.55.camel@miki> 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/msg00024.txt.bz2 > From: =?ISO-8859-1?Q?S=E9rgio?= Durigan =?ISO-8859-1?Q?J=FAnior?= > Date: Tue, 04 Nov 2008 02:31:26 -0200 > > This is the part which adds XML support for the "catch syscall" feature. > I decided to put the architecture's XML files here too, so that the > architecture-independent part does not grow too much. > > Regards, > > -- > Sérgio Durigan Júnior > Linux on Power Toolchain - Software Engineer > Linux Technology Center - LTC > IBM Brazil > > gdb/ChangeLog: > > 2008-11-04 Sergio Durigan Junior > > * gdb-syscalls.dtd: New definition file for syscall's XML > support. > * i386-syscalls.xml: New file for i386 syscalls. > * ppc-syscalls.xml: New file for PPC syscalls. > * ppc64-syscalls.xml: New file for PPC64 syscalls. > * xml-syscall.c: New file containing functions for manipulating > syscall's XML files. > * xml-syscall.h: New file, exporting the functions above mentioned. Hmm, I haven't looked at the code yes, but this is all Linux-specific stuff, so this should be reflected in the names of those files.