From 47a3467ae53cfd946a966476b7643bb2345d0d6e Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Sat, 7 Feb 2009 15:00:57 +0000 Subject: [PATCH] * NEWS: Mention inspecting extra signal information, $_siginfo, and the qXfer:siginfo:read and qXfer:siginfo:write packets. --- gdb/ChangeLog | 5 +++++ gdb/NEWS | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3661cffb3b..83164e964b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2009-02-07 Pedro Alves + + * NEWS: Mention inspecting extra signal information, $_siginfo, + and the qXfer:siginfo:read and qXfer:siginfo:write packets. + 2009-02-07 Pedro Alves * linux-nat.c (PTRACE_SETSIGINFO): Define if PTRACE_GETSIGINFO diff --git a/gdb/NEWS b/gdb/NEWS index d1abf0c629..b84a80d8ef 100644 --- 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 -- 2.34.1