diff options
author | Tom Tromey <tromey@redhat.com> | 2012-11-13 21:19:11 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-11-13 21:19:11 +0000 |
commit | 62747a60cb791459a9431d3f5f49ddec771084b8 (patch) | |
tree | 4a3cc5574877f44996b3dfad6ec8629a81a269a1 /gdb/NEWS | |
parent | 4cd29721179a29be4f31798c5860d0964130b78c (diff) | |
download | gdb-62747a60cb791459a9431d3f5f49ddec771084b8.zip gdb-62747a60cb791459a9431d3f5f49ddec771084b8.tar.gz gdb-62747a60cb791459a9431d3f5f49ddec771084b8.tar.bz2 |
2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
* mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
parameter COUNT, for pattern filling of memory regions.
* NEWS: Mention it.
doc
* gdb.texinfo (GDB/MI Data Manipulation): Document new optional
parameter "count" of -data-write-memory-bytes, and add an example.
testsuite
* gdb.mi/mi-fill-memory.exp: New test.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -90,6 +90,8 @@ show print type typedefs ** The data-disassemble command response will include a "fullname" field containing the absolute file name when GDB can determine it and source has been requested. + ** New optional parameter COUNT added to the "-data-write-memory-bytes" + command, to allow pattern filling of memory areas. *** Changes in GDB 7.5 |