diff options
author | Sergio Durigan Junior <sergiodj@redhat.com> | 2009-10-31 06:00:13 +0000 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@redhat.com> | 2009-10-31 06:00:13 +0000 |
commit | bccd0dd2032230e7de132f82840d21a359927e2a (patch) | |
tree | bb5686df578fa7be914c21c3622ed94f1dccfc54 /gdb/ChangeLog | |
parent | ebd95253ac689caf2e6b2d2155b544633d293c88 (diff) | |
download | gdb-bccd0dd2032230e7de132f82840d21a359927e2a.zip gdb-bccd0dd2032230e7de132f82840d21a359927e2a.tar.gz gdb-bccd0dd2032230e7de132f82840d21a359927e2a.tar.bz2 |
gdb/ChangeLog:
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 345afc6..a42baf7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +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. + 2009-10-30 Vladimir Prus <vladimir@codesourcery.com> Fix breakpoint commands in MI. |