aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-02-07 15:00:57 +0000
committerPedro Alves <palves@redhat.com>2009-02-07 15:00:57 +0000
commit47a3467ae53cfd946a966476b7643bb2345d0d6e (patch)
tree8b6aa3d809bf6d21f07ea59da0fabe349c04e1b1 /gdb/ChangeLog
parent1ef18d0809edd8836482041926344aeb38fc28f3 (diff)
downloadgdb-47a3467ae53cfd946a966476b7643bb2345d0d6e.zip
gdb-47a3467ae53cfd946a966476b7643bb2345d0d6e.tar.gz
gdb-47a3467ae53cfd946a966476b7643bb2345d0d6e.tar.bz2
* NEWS: Mention inspecting extra signal information, $_siginfo,
and the qXfer:siginfo:read and qXfer:siginfo:write packets.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3661cff..83164e9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2009-02-07 Pedro Alves <pedro@codesourcery.com>
+ * NEWS: Mention inspecting extra signal information, $_siginfo,
+ and the qXfer:siginfo:read and qXfer:siginfo:write packets.
+
+2009-02-07 Pedro Alves <pedro@codesourcery.com>
+
* linux-nat.c (PTRACE_SETSIGINFO): Define if PTRACE_GETSIGINFO
isn't defined.