From: Philippe Waroquiers Date: Tue, 4 Aug 2015 19:12:05 +0000 (+0000) Subject: Refine NEWS entry for memcheck xb monitor command X-Git-Tag: svn/VALGRIND_3_11_0~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4888948f40243d734a9f653c28ef8f99e26c8e7;p=thirdparty%2Fvalgrind.git Refine NEWS entry for memcheck xb monitor command git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15484 --- diff --git a/NEWS b/NEWS index 608d7a5669..73f69e1559 100644 --- a/NEWS +++ b/NEWS @@ -16,9 +16,9 @@ Release 3.11.0 is under development, not yet released. - A new monitor command 'xb ' shows the validity bits of bytes at . Below the validity bits, the byte values are shown using a layout similar to the GDB command - 'x /xb '. 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 /xb '. 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 ' that dumps all snapshots