diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2007-02-08 20:35:08 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2007-02-08 20:35:08 +0000 |
commit | 983c9c8fbfc66e9bbfe9043d36eb900419237790 (patch) | |
tree | 066fdb027158df42a30ee79e22721046217c7971 /gdb/testsuite | |
parent | 877e3645b44b0ecf49b7afafd8af816417419a68 (diff) | |
download | gdb-983c9c8fbfc66e9bbfe9043d36eb900419237790.zip gdb-983c9c8fbfc66e9bbfe9043d36eb900419237790.tar.gz gdb-983c9c8fbfc66e9bbfe9043d36eb900419237790.tar.bz2 |
Update tests to include value field in output of -var-create.
mi/mi-cmd-var.c (mi_cmd_var_create): Add value field.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/lib/mi-support.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp index 181d405..111bc84 100644 --- a/gdb/testsuite/lib/mi-support.exp +++ b/gdb/testsuite/lib/mi-support.exp @@ -1019,7 +1019,7 @@ proc mi0_continue_to { bkptno func args file line test } { # Name cannot be "-". proc mi_create_varobj { name expression testname } { mi_gdb_test "-var-create $name * $expression" \ - "\\^done,name=\"$name\",numchild=\"\[0-9\]+\",type=.*" \ + "\\^done,name=\"$name\",numchild=\"\[0-9\]+\",value=\".*\",type=.*" \ $testname } |