diff options
author | Pedro Alves <palves@redhat.com> | 2009-02-07 15:00:57 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-02-07 15:00:57 +0000 |
commit | 47a3467ae53cfd946a966476b7643bb2345d0d6e (patch) | |
tree | 8b6aa3d809bf6d21f07ea59da0fabe349c04e1b1 /gdb/NEWS | |
parent | 1ef18d0809edd8836482041926344aeb38fc28f3 (diff) | |
download | gdb-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/NEWS')
-rw-r--r-- | gdb/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |