This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 3/4] 'catch syscall' feature -- XML support part
- From: Mark Kettenis <mark dot kettenis at xs4all dot nl>
- To: sergiodj at linux dot vnet dot ibm dot com
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 4 Nov 2008 14:35:55 +0100 (CET)
- Subject: Re: [PATCH 3/4] 'catch syscall' feature -- XML support part
- References: <1225773086.24532.55.camel@miki>
> From: =?ISO-8859-1?Q?S=E9rgio?= Durigan =?ISO-8859-1?Q?J=FAnior?= <sergiodj@linux.vnet.ibm.com>
> 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 <sergiodj@linux.vnet.ibm.com>
>
> * 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.