]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add a basic test for xb memcheck monitor command
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 6 Sep 2015 13:39:13 +0000 (13:39 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 6 Sep 2015 13:39:13 +0000 (13:39 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15634

gdbserver_tests/mcvabits.stderrB.exp
gdbserver_tests/mcvabits.stdinB.gdb

index 6b4635e5a74ac66be4bdc4ee37b08357da2c19c0..bdabb1eca0613fbdeca7a9db214b99409c0d01c0 100644 (file)
@@ -5,6 +5,10 @@ Address 0x........ len 10 addressable
 Address 0x........ len 10 defined
  Address 0x........ is 0 bytes inside data symbol "undefined"
 00000000 00000000 0000
+                 00      00      00      00      00      00      00      00
+0x........:    0x........      0x........      0x........      0x........      0x........      0x........      0x........      0x........
+                 00      00
+0x........:    0x........      0x........
 Address 0x........ len 10 addressable
  Address 0x........ is 0 bytes inside data symbol "undefined"
 Address 0x........ len 10 not defined:
index 21c7d0d1c2d3a40a3aad40b9052a731ddb8de4eb..f0e480b620586975a3b3717a8b63c80301f39671 100644 (file)
@@ -23,6 +23,7 @@ set $0xundefined = &undefined
 eval "monitor check_memory addressable 0x%lx 10", $0xundefined
 eval "monitor check_memory defined     0x%lx 10", $0xundefined
 eval "monitor get_vbits                0x%lx 10", $0xundefined
+eval "monitor xb                       0x%lx 10", $0xundefined
 #
 # continue till //2break:
 continue