From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11017 invoked by alias); 25 Apr 2009 08:48:42 -0000 Received: (qmail 11008 invoked by uid 22791); 25 Apr 2009 08:48:41 -0000 X-SWARE-Spam-Status: No, hits=1.4 required=5.0 tests=AWL,BAYES_00,BOTNET,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 25 Apr 2009 08:48:35 +0000 Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KIN00900EW1EZ00@i-mtaout1.012.net.il> for gdb-patches@sourceware.org; Sat, 25 Apr 2009 11:48:33 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.175.232]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KIN00BAVF4VZT40@i-mtaout1.012.net.il>; Sat, 25 Apr 2009 11:48:31 +0300 (IDT) Date: Sat, 25 Apr 2009 08:48:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 2/3] catch syscall -- try 5 -- XML support In-reply-to: <1240446783.2000.84.camel@miki> To: =?ISO-8859-1?Q?S=E9rgio?= Durigan =?ISO-8859-1?Q?J=FAnior?= Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83oculf7a6.fsf@gnu.org> References: <1240446783.2000.84.camel@miki> 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/msg00703.txt.bz2 > From: =?ISO-8859-1?Q?S=E9rgio?= Durigan =?ISO-8859-1?Q?J=FAnior?= > Date: Wed, 22 Apr 2009 21:33:03 -0300 > > gdb/ChangeLog: > > 2009-04-22 Sergio Durigan Junior > > * syscalls/gdb-syscalls.dtd: New definition file for syscall's XML > support. > * syscalls/i386-syscalls.xml: New file for i386 syscalls. > * syscalls/ppc-syscalls.xml: New file for PPC syscalls. > * syscalls/ppc64-syscalls.xml: New file for PPC64 syscalls. The last 3 entries name the files incorrectly, and also do not say that the lists are for GNU/Linux systems that use these hardware architectures. > diff --git a/gdb/syscalls/i386-linux.xml b/gdb/syscalls/i386-linux.xml > new file mode 100644 > index 0000000..6f2beee > --- /dev/null > +++ b/gdb/syscalls/i386-linux.xml > @@ -0,0 +1,334 @@ > + > + > + > + > + > + > + Where does this information come from? If there's some system file from which you gleaned this, I'd suggest to name it here. This is so someone in the future could update this database per the OS development.