diff options
author | Pedro Alves <palves@redhat.com> | 2013-04-02 15:19:07 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-04-02 15:19:07 +0000 |
commit | e9f1758df9c7d7797d6e1585380d9e2ca3eeec4d (patch) | |
tree | 546849f21c9510221fd66653998ab7399e656d62 /gdb/NEWS | |
parent | 049dc89bd73040286e57716c62b2c60f46106309 (diff) | |
download | gdb-e9f1758df9c7d7797d6e1585380d9e2ca3eeec4d.zip gdb-e9f1758df9c7d7797d6e1585380d9e2ca3eeec4d.tar.gz gdb-e9f1758df9c7d7797d6e1585380d9e2ca3eeec4d.tar.bz2 |
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 <palves@redhat.com>
* NEWS: Move "set debug notification" and "set trace-buffer-size"
under "New options".
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -156,14 +156,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 @@ -172,6 +164,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". @@ -187,6 +183,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 |