diff options
author | Yao Qi <yao@codesourcery.com> | 2013-02-28 00:42:20 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-02-28 00:42:20 +0000 |
commit | 1c942fb948433dd19f6cf599c463b7617f0b98cc (patch) | |
tree | dc4fd690023ac534f252a17291057ce644271c0b /gdb/testsuite/ChangeLog | |
parent | 0e4768ddaaf4297afcb20b1b3e91dc8355a6598c (diff) | |
download | gdb-1c942fb948433dd19f6cf599c463b7617f0b98cc.zip gdb-1c942fb948433dd19f6cf599c463b7617f0b98cc.tar.gz gdb-1c942fb948433dd19f6cf599c463b7617f0b98cc.tar.bz2 |
gdb/gdbserver/
* gdb.trace/report.exp: Move some code to ...
(use_collected_data): New.
(top level): Call use_collected_data once on the live target.
Save at file of the current trace session, load it with target
tfile, and call use_collected_data again.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5fab3bc..54f0e3c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2013-02-28 Yao Qi <yao@codesourcery.com> + + * gdb.trace/report.exp: Move some code to ... + (use_collected_data): New. + (top level): Call use_collected_data once on the live target. + Save at file of the current trace session, load it with target + tfile, and call use_collected_data again. + 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.threads/fork-thread-pending.c (main): Add alarm. |