NEWS: Move "set debug notification" and "set trace-buffer-size" under "New options".
authorPedro Alves <palves@redhat.com>
Tue, 2 Apr 2013 15:19:07 +0000 (15:19 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 2 Apr 2013 15:19:07 +0000 (15:19 +0000)
The "New commands" section reads:

  "New commands (for set/show, see "New options" below)"

gdb/
2013-04-02  Pedro Alves  <palves@redhat.com>

* NEWS: Move "set debug notification" and "set trace-buffer-size"
under "New options".

gdb/ChangeLog
gdb/NEWS

index 53df11b..e3adb10 100644 (file)
@@ -1,3 +1,8 @@
+2013-04-02  Pedro Alves  <palves@redhat.com>
+
+       * NEWS: Move "set debug notification" and "set trace-buffer-size"
+       under "New options".
+
 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        Revert this patch:
 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        Revert this patch:
index 0681c20..335add6 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -156,14 +156,6 @@ enable type-printer [name]...
 disable type-printer [name]...
   Enable or disable type printers.
 
 disable type-printer [name]...
   Enable or disable type printers.
 
-set debug notification
-show debug notification
-  Control display of debugging info for async remote notification.
-
-set trace-buffer-size
-show trace-buffer-size
-  Request target to change the size of trace buffer.
-
 * Removed commands
 
   ** For the Renesas Super-H architecture, the "regs" command has been removed
 * Removed commands
 
   ** For the Renesas Super-H architecture, the "regs" command has been removed
@@ -172,6 +164,10 @@ show trace-buffer-size
 
 * New options
 
 
 * New options
 
+set debug notification
+show debug notification
+  Control display of debugging info for async remote notification.
+
 set print type methods (on|off)
 show print type methods
   Control whether method declarations are displayed by "ptype".
 set print type methods (on|off)
 show print type methods
   Control whether method declarations are displayed by "ptype".
@@ -187,6 +183,10 @@ show filename-display
   Control the way in which filenames is displayed.
   The default is "relative", which preserves previous behavior.
 
   Control the way in which filenames is displayed.
   The default is "relative", which preserves previous behavior.
 
+set trace-buffer-size
+show trace-buffer-size
+  Request target to change the size of trace buffer.
+
 * MI changes
 
   ** Command parameter changes are now notified using new async record
 * MI changes
 
   ** Command parameter changes are now notified using new async record