This is the mail archive of the gdb-cvs@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]

src/gdb ChangeLog NEWS arm-linux-tdep.c data-d ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	sergiodj@sourceware.org	2013-08-22 20:32:54

Modified files:
	gdb            : ChangeLog NEWS arm-linux-tdep.c 
	gdb/data-directory: Makefile.in 
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.base: catch-syscall.exp 

Log message:
	[Committing the `catch syscall' patch for ARM, from Samuel Bronson.]
	
	This time, it passes all the tests and comes with a nearly complete
	XML file (plus a script that can nearly regenerate the XML file).
	
	(I elected to leave out __ARM_NR_cmpxchg, since it has dire warnings
	to the effect that the only pieces of code that should be aware of it
	are the implementation and the __kuser_cmpxchg code in entry-armv.S.)
	
	gdb/
	2013-08-14  Samuel Bronson  <naesten@gmail.com>
	
	ARM Linux support for `catch syscall'.
	* syscalls/arm-linux.py: New file.
	* syscalls/arm-linux.xml: Likewise.
	* arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
	(arm_linux_init_abi): Register the new function and syscall xml file.
	* data-directory/Makefile.in: Install the new syscall xml file.
	* NEWS: Brag about this.
	
	gdb/testsuite/
	2013-08-14  Samuel Bronson  <naesten@gmail.com>
	
	ARM Linux support for `catch syscall'.
	* gdb.base/catch-syscall.exp: Test this on ARM now.
	(fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15918&r2=1.15919
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/NEWS.diff?cvsroot=src&r1=1.608&r2=1.609
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/arm-linux-tdep.c.diff?cvsroot=src&r1=1.95&r2=1.96
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/data-directory/Makefile.in.diff?cvsroot=src&r1=1.16&r2=1.17
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3780&r2=1.3781
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/catch-syscall.exp.diff?cvsroot=src&r1=1.18&r2=1.19


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