]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Refine NEWS entry for memcheck xb monitor command
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 4 Aug 2015 19:12:05 +0000 (19:12 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 4 Aug 2015 19:12:05 +0000 (19:12 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15484

NEWS

diff --git a/NEWS b/NEWS
index 608d7a5669470d29359da8b007afb64e954d5044..73f69e15594116406c0d0b84b348a38fbdb6ef25 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,9 +16,9 @@ Release 3.11.0 is under development, not yet released.
   - 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