GDB: Add support for the new set/show disassembler-options commands.
[deliverable/binutils-gdb.git] / gdb / NEWS
index 76de00e85c261d9674381acf4f584d82bd4d8b0e..cf585954d79186ef76cc3d16b3b3f3f5ebb58626 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -84,6 +84,16 @@ flash-erase
   Erases all the flash memory regions reported by the target.  This is
   equivalent to the CLI command flash-erase.
 
+* New commands
+
+set disassembler-options
+show disassembler-options
+  Controls the passing of target specific information to the disassembler.
+  If it is necessary to specify more than one disassembler option then
+  multiple options can be placed together into a comma separated list.
+  The default value is the empty string.  Currently, the only supported
+  targets are ARM, PowerPC and S/390.
+
 *** Changes in GDB 7.12
 
 * GDB and GDBserver now build with a C++ compiler by default.
This page took 0.032663 seconds and 4 git commands to generate.