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] S390: Add support for 'catch syscall' command.


Andreas Arnez wrote:

> gdb/ChangeLog:
> 	* syscalls/s390x-linux.xml: New file.
> 	* syscalls/s390-linux.xml: New file.
> 	* s390-linux-tdep.c (XML_SYSCALL_FILENAME_S390): New macro.
> 	(XML_SYSCALL_FILENAME_S390X): Likewise.
> 	(op_svc): New enum value for SVC opcode.
> 	(s390_sigtramp_frame_sniffer): Replace literal by 'op_svc'.
> 	(s390_linux_get_syscall_number): New function.
> 	(s390_gdbarch_init): Register '*get_syscall_number' and the
> 	syscall xml file name.
> 	* data-directory/Makefile.in (SYSCALLS_FILES): Add
> 	"s390-linux.xml" and "s390x-linux.xml".
> 	* NEWS: Announce new feature.
> 
> gdb/testsuite/ChangeLog:
> 	* gdb.base/catch-syscall.exp: Activate test on s390*-linux.

OK, thanks!


Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU/Linux compilers and toolchain
  Ulrich.Weigand@de.ibm.com


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