This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Use standard_output_file for saved trace file.
- From: Tom Tromey <tromey at redhat dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Wed, 13 Mar 2013 09:08:57 -0600
- Subject: Re: [PATCH] Use standard_output_file for saved trace file.
- References: <1363177865-13834-1-git-send-email-yao@codesourcery.com>
>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:
Yao> During the review of CTF patches, Tom pointed out that we should use
Yao> standard_output_file for these generated trace files. I've done that
Yao> in my CTF patches, but find my recent commit in gdb.trace/report.exp
Yao> doesn't follow this rule. This patch is to fix it.
Thanks Yao. I appreciate this. FWIW I have a rather large patch (see
archer.git tromey/fully-parallelize-test-suite) that makes this sort of
change globally. It is always fine to do cleanups like this, and
rebasing my branch is very easy, but if you'd rather just wait for the
eventual submission, that is fine too.
Yao> 2013-03-13 Yao Qi <yao@codesourcery.com>
Yao> * gdb.trace/report.exp: Use standard_output_file for saved
Yao> trace file.
Ok.
Tom