diff options
author | Pedro Alves <palves@redhat.com> | 2013-04-02 17:48:49 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-04-02 17:48:49 +0000 |
commit | a46c1e422db177a25e87346dccec01a956f3d93d (patch) | |
tree | d6e14baa2db6e62fbd412a2f89ef9b1b027d6422 /gdb/NEWS | |
parent | 3ad18b19d5cf3362d8d8626387b70ee45ec33db8 (diff) | |
download | gdb-a46c1e422db177a25e87346dccec01a956f3d93d.zip gdb-a46c1e422db177a25e87346dccec01a956f3d93d.tar.gz gdb-a46c1e422db177a25e87346dccec01a956f3d93d.tar.bz2 |
Add missing NEWS and manual bits for "set trace-buffer-size".
Add missing mention of the QTBuffer::size packet configuration
command, in both NEWS and manual.
gdb/
2013-04-02 Pedro Alves <palves@redhat.com>
* NEWS: Mention "set/show remote trace-buffer-size-packet".
gdb/doc/
2013-04-02 Pedro Alves <palves@redhat.com>
* gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
table>: Add entry for "trace-buffer-size".
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -187,6 +187,10 @@ set trace-buffer-size show trace-buffer-size Request target to change the size of trace buffer. +set remote trace-buffer-size-packet auto|on|off +show remote trace-buffer-size-packet + Control the use of the remote protocol `QTBuffer:size' packet. + * MI changes ** Command parameter changes are now notified using new async record |