* NEWS: Mention inspecting extra signal information, $_siginfo,
authorPedro Alves <palves@redhat.com>
Sat, 7 Feb 2009 15:00:57 +0000 (15:00 +0000)
committerPedro Alves <palves@redhat.com>
Sat, 7 Feb 2009 15:00:57 +0000 (15:00 +0000)
and the qXfer:siginfo:read and qXfer:siginfo:write packets.

gdb/ChangeLog
gdb/NEWS

index 3661cffb3bf546c0109c4976508c13270f3c7c47..83164e964bbb5a0485d4cdc7dbd1ced55554a023 100644 (file)
@@ -1,3 +1,8 @@
+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
index d1abf0c62949badab2b59c9c905001ea4e07630e..b84a80d8efeb43485c3c6008e6471989fcf3b386 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -26,6 +26,10 @@ completions will be "f1" and "f2".
 operators when expanding macros.  It also supports variable-arity
 macros.
 
+* GDB now supports inspecting extra signal information, exported by
+  the new $_siginfo convenience variable.  The feature is currently
+  implemented on linux ARM, i386 and amd64.
+
 * New remote packets
 
 qSearch:memory:
@@ -39,6 +43,10 @@ QStartNoAckMode
 qXfer:osdata:read
   Obtains additional operating system information
 
+qXfer:siginfo:read
+qXfer:siginfo:write
+  Read or write additional signal information.
+
 * Removed remote protocol undocumented extension
 
   An undocumented extension to the remote protocol's `S' stop reply
This page took 0.039157 seconds and 4 git commands to generate.