|
From: <sv...@va...> - 2015-09-06 13:39:20
|
Author: philippe
Date: Sun Sep 6 14:39:13 2015
New Revision: 15634
Log:
Add a basic test for xb memcheck monitor command
Modified:
trunk/gdbserver_tests/mcvabits.stderrB.exp
trunk/gdbserver_tests/mcvabits.stdinB.gdb
Modified: trunk/gdbserver_tests/mcvabits.stderrB.exp
==============================================================================
--- trunk/gdbserver_tests/mcvabits.stderrB.exp (original)
+++ trunk/gdbserver_tests/mcvabits.stderrB.exp Sun Sep 6 14:39:13 2015
@@ -5,6 +5,10 @@
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:
Modified: trunk/gdbserver_tests/mcvabits.stdinB.gdb
==============================================================================
--- trunk/gdbserver_tests/mcvabits.stdinB.gdb (original)
+++ trunk/gdbserver_tests/mcvabits.stdinB.gdb Sun Sep 6 14:39:13 2015
@@ -23,6 +23,7 @@
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
|