This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 3/4] 'catch syscall' feature -- XML support part


> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]