XML feature description support.
[deliverable/binutils-gdb.git] / gdb / NEWS
index 708df77997210537e0e4c1fd8b2ec3fa08ed1f46..a40e94f32c76b491b444a20ab9a06b504c2a11df 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -11,6 +11,10 @@ frequency signals (e.g. SIGALRM) via the QPassSignals packet.
 
 * Support for C++ member pointers has been improved.
 
+* GDB now understands XML target descriptions, which specify the
+target's overall architecture.  GDB can read a description from
+a local file or over the remote serial protocol.
+
 * New commands
 
 set mem inaccessible-by-default
@@ -47,6 +51,12 @@ show sysroot
 
 OpenBSD/sh                     sh*-*openbsd*
 
+set tdesc filename
+unset tdesc filename
+show tdesc filename
+  Use the specified local file as an XML target description, and do
+  not query the target for its built-in description.
+
 * New targets
 
 OpenBSD/sh                     sh*-*-openbsd*
@@ -58,6 +68,9 @@ QPassSignals:
   Ignore the specified signals; pass them directly to the debugged program
   without stopping other threads or reporting them to GDB.
 
+qXfer:features:read:
+  Read an XML target description from the target, which describes its
+  features.
 
 *** Changes in GDB 6.6
 
This page took 0.040604 seconds and 4 git commands to generate.