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 -- try 4 -- XML support


Hi Sérgio,

  I noticed that your ChangeLog still uses the old filenames,
but looking into the patch, I found out that it is correct, 
as 'processor-syscalls.xml' files are renamed as 'processor-linux.xml'.

  I had also a small question about these lines:
+  <syscall name="" number="293"/>
+  <syscall name="" number="294"/>
in 'ppc64-linux.xml'
or likewise 
+  <syscall name="" number="299"/>
+  <syscall name="" number="300"/>
in 'ppc-linux.xml'

  Are these lines useful, and
-if yes, what is their purpose?
-if no, why are these lines present?

  Thanks for working
  

Pierre Muller
Pascal language support maintainer for GDB



> -----Message d'origine-----
> De?: gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] De la part de Sérgio Durigan Júnior
> Envoyé?: Monday, January 26, 2009 1:31 AM
> À?: gdb-patches@sourceware.org
> Cc?: teawater
> Objet?: [PATCH 3/4] catch syscall -- try 4 -- XML support
> 
> Here goes the XML support code for the patch.
> 
> Regards,
> 
> --
> Sérgio Durigan Júnior
> Linux on Power Toolchain - Software Engineer Linux Technology Center -
> LTC IBM Brazil
> 
> gdb/ChangeLog:
> 
> 2009-01-25  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
> 
> 	* 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.
> 	* xml-syscall.c: New file containing functions for manipulating
> 	syscall's XML files.
> 	* xml-syscall.h: New file, exporting the functions above
> mentioned.



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