From: Pedro Alves Date: Tue, 2 Apr 2013 15:16:46 +0000 (+0000) Subject: NEWS: Move "set debug notification" and "set trace-buffer-size" under "New options". X-Git-Tag: gdb_7_6-2013-04-26-release~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=746a28e0f3bf031465ab7bc9f66a5fd3adc1bd30;p=thirdparty%2Fbinutils-gdb.git NEWS: Move "set debug notification" and "set trace-buffer-size" under "New options". The "New commands" section reads: "New commands (for set/show, see "New options" below)" gdb/ 2013-04-02 Pedro Alves * NEWS: Move "set debug notification" and "set trace-buffer-size" under "New options". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 180474cc201..18abf57bcb3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-04-02 Pedro Alves + + * NEWS: Move "set debug notification" and "set trace-buffer-size" + under "New options". + 2013-04-02 Jan Kratochvil Revert this patch: diff --git a/gdb/NEWS b/gdb/NEWS index 8c5924b04dd..ade15d7d6f5 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -133,14 +133,6 @@ enable type-printer [name]... 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 @@ -149,6 +141,10 @@ show trace-buffer-size * 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". @@ -164,6 +160,10 @@ show filename-display 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