aboutsummaryrefslogtreecommitdiff
path: root/gdb/xml-syscall.c
AgeCommit message (Collapse)AuthorFilesLines
2009-10-31gdb/ChangeLog:Sergio Durigan Junior1-27/+17
2009-31-10 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com> * breakpoint.c (catch_syscall_split_args): Remove unecessary warning displayed when the user provided a syscall name and there is no XML support. * xml-syscall.c: Renamed `_sysinfo' to `sysinfo'. (set_xml_syscall_file_name): Remove syscall_warn_user. (xml_init_syscalls_info): Remove warning. (init_sysinfo): Update warnings. gdb/testsuite/ChangeLog: 2009-31-10 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com> * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept the modified warnings for catch syscall. Verify if GDB was compiled with support for lib expat, and choose which tests to run depending on this.
2009-09-15Forgot to add these files. They are referent to the last commit,Sergio Durigan Junior1-0/+432
"Implementing the catch syscall feature".