summaryrefslogtreecommitdiff
path: root/gdb/syscalls
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-0411-11/+11
| | | | | | gdb/ChangeLog: Copyright year update in most files of the GDB Project.
* gdb/David Daney2011-02-043-0/+978
| | | | | | | | | | | | | | | | | | 2011-02-04 David Daney <ddaney@caviumnetworks.com> * mips-linux-tdep.c: Include xml-syscall.h. (mips_linux_get_syscall_number): New function. (mips_linux_init_abi): Add calls to mips_linux_get_syscall_number() and set_xml_syscall_file_name(). * data-directory/Makefile.in (SYSCALLS_FILES): Add mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml * syscalls/mips-n32-linux.xml: New file. * syscalls/mips-n64-linux.xml: New file. * syscalls/mips-o32-linux.xml: New file. gdb/testsuite/ 2011-02-04 David Daney <ddaney@caviumnetworks.com> * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
* run copyright.sh for 2011.Joel Brobecker2011-01-018-8/+8
|
* gdb: bfin: new portMike Frysinger2010-12-291-0/+326
| | | | | | | Initial support for Blackfin processors. This supports the standard ABI. Signed-off-by: Jie Zhang <jie.zhang@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* gdb: Add sparc*-*-linux catch syscall support.David S. Miller2010-02-242-0/+670
| | | | | | | | | | | | | | | | | 2010-02-24 David S. Miller <davem@davemloft.net> * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it. * syscalls/sparc-linux.xml: New. * syscalls/sparc64-linux.xml: New. * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files. * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define. (sparc32_linux_get_syscall_number): New function. (sparc32_linux_init_abi): Set syscall XML file name and hook up syscall number fetcher. * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define. (sparc64_linux_get_syscall_number): New function. (sparc64_linux_init_abi): Set syscall XML file name and hook up syscall number fetcher.
* Adding the DTD file for "Implementing the catch syscall feature".Sergio Durigan Junior2009-09-151-0/+14
|
* Adding the XML files for "Implementing the catch syscall feature".Sergio Durigan Junior2009-09-154-0/+1259