|
From: <sv...@va...> - 2015-08-04 19:12:12
|
Author: philippe
Date: Tue Aug 4 20:12:05 2015
New Revision: 15484
Log:
Refine NEWS entry for memcheck xb monitor command
Modified:
trunk/NEWS
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Tue Aug 4 20:12:05 2015
@@ -16,9 +16,9 @@
- A new monitor command 'xb <addr> <len>' shows the validity bits
of <len> bytes at <addr>. Below the validity bits, the byte
values are shown using a layout similar to the GDB command
- 'x /<len>xb <addr>'. The monitor command 'xb' is easier to use
- (in particular on little endian computers) when you need to associate
- byte data value with their corresponding validity bits.
+ 'x /<len>xb <addr>'. The monitor command 'xb' is easier to use than
+ get_vbits (in particular on little endian computers) when you need to
+ associate byte data value with their corresponding validity bits.
* Massif:
- New monitor command 'all_snapshots <filename>' that dumps all snapshots
|