gdb: error if /r and /b are used with disassemble command
[binutils-gdb.git] / gdb / NEWS
index 95663433f1cf6a3e5cfb0ff777d7bad6fec83b22..3851114a9f707ef0a2f1a2291e745e869d240e41 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -9,6 +9,13 @@
 * GDB index now contains information about the main function.  This speeds up
   startup when it is being used for some large binaries.
 
+* Changed commands
+
+disassemble
+  Attempting to use both the 'r' and 'b' flags with the disassemble
+  command will now give an error.  Previously the 'b' flag would
+  always override the 'r' flag.
+
 * Python API
 
   ** New function gdb.notify_mi(NAME, DATA), that emits custom