diff options
author | Yao Qi <yao@codesourcery.com> | 2013-03-13 03:40:27 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-03-13 03:40:27 +0000 |
commit | 8ddb196517f30b5e304663e428f345daf030230b (patch) | |
tree | c7d0996f2f0192f644f105aa7c6e111b50060c27 /gdb/ChangeLog | |
parent | 045dd51fd8dd7ae16b74d5154156b2d984d021b9 (diff) | |
download | binutils-gdb-8ddb196517f30b5e304663e428f345daf030230b.tar.gz |
* 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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
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 <yao@codesourcery.com> + + * tracepoint.c (tfile_get_trace_state_variable_value): Look for + the last matched 'V' blcok in trace frame. + 2013-03-12 Joel Brobecker <brobecker@adacore.com> * NEWS: Create a new section for the next release branch. |