From 8ddb196517f30b5e304663e428f345daf030230b Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Wed, 13 Mar 2013 03:40:27 +0000 Subject: * 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. --- gdb/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 08aee5c7188..19801d1aea0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-03-13 Yao Qi + + * tracepoint.c (tfile_get_trace_state_variable_value): Look for + the last matched 'V' blcok in trace frame. + 2013-03-12 Joel Brobecker * NEWS: Create a new section for the next release branch. -- cgit v1.2.1