Hi Eli, On Sat, 2009-04-25 at 11:44 +0300, Eli Zaretskii wrote: > > From: =?ISO-8859-1?Q?S=E9rgio?= Durigan =?ISO-8859-1?Q?J=FAnior?= > > Date: Wed, 22 Apr 2009 21:33:02 -0300 Here goes the new version of the patch. Please take a look. -- Sérgio Durigan Júnior Linux on Power Toolchain - Software Engineer Linux Technology Center - LTC IBM Brazil gdb/ChangeLog: 2009-04-26 Sergio Durigan Junior * Makefile.in: Support for relocatable GDB datadir and XML syscall. * NEWS: Added information about the catch syscall feature. * configure, config.in: Regenerate. * configure.ac: Support for relocatable GDB datadir. * defs.h (data_directory): New variable used for relocatable GDB datadir. * main.c: Add gdb_datadir variable to store the current GDB datadir. (captured_main): Add the GDB datadir relocatable handler. * maint.c: Create the "maintenance set gdb_datadir" command. gdb/doc/ChangeLog: 2009-04-26 Sergio Durigan Junior * gdb.texinfo (Set Catchpoints): Documentation about the new feature. gdb/testsuite/ChangeLog: 2009-04-26 Sergio Durigan Junior * Makefile.in: Inclusion of catch-syscall object. * gdb.base/catch-syscall.c: New file. * gdb.base/catch-syscall.exp: New file.