aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2013-03-13 03:40:27 +0000
committerYao Qi <yao@codesourcery.com>2013-03-13 03:40:27 +0000
commit8ddb196517f30b5e304663e428f345daf030230b (patch)
treec7d0996f2f0192f644f105aa7c6e111b50060c27 /gdb/testsuite/ChangeLog
parent045dd51fd8dd7ae16b74d5154156b2d984d021b9 (diff)
downloadgdb-8ddb196517f30b5e304663e428f345daf030230b.zip
gdb-8ddb196517f30b5e304663e428f345daf030230b.tar.gz
gdb-8ddb196517f30b5e304663e428f345daf030230b.tar.bz2
* tracepoint.c (tfile_get_trace_state_variable_value): Look for
the last matched 'V' blcok in trace frame. gdb/gdbserver: * tracepoint.c (traceframe_read_tsv): Look for the last matched 'V' block in trace frame. gdb/testsuite: * gdb.trace/tsv.exp (check_tsv): New. (top level): Save a tfile on current trace session. Call check_tsv on live target. Load the tfile with target tfile and call check_tsv again.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 588b0b3..37eecbb 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,12 @@
2013-03-13 Yao Qi <yao@codesourcery.com>
+ * gdb.trace/tsv.exp (check_tsv): New.
+ (top level): Save a tfile on current trace session. Call
+ check_tsv on live target. Load the tfile with target tfile
+ and call check_tsv again.
+
+2013-03-13 Yao Qi <yao@codesourcery.com>
+
* gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
Replace some "gdb_test" with "gdb_test_no_output".