* gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
[deliverable/binutils-gdb.git] / gdb / NEWS
index d1e0a916ba03942c2d8cfe19b4a14bfbae27c575..9078412f9bb60e54ec5c0c703f5d3c03f384f498 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
@@ -96,6 +104,8 @@ are treated as the standard definitions, regardless of context.
   GDB now has support for scripting using Python.  Whether this is
   available is determined at configure time.
 
+  New GDB commands can now be written in Python.
+
 * Ada tasking support
 
   Ada tasks can now be inspected in GDB. The following commands have
@@ -193,9 +203,12 @@ info os processes
 
 x86/x86_64 Darwin              i[34567]86-*-darwin*
 
+x86_64 MinGW                   x86_64-*-mingw*
+
 * New targets
 
 x86 DICOS                      i[34567]86-*-dicos*
+x86_64 DICOS                   x86_64-*-dicos*
 
 * Removed commands
 
This page took 0.024762 seconds and 4 git commands to generate.