This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Check tracefile is generated by binary execution
- From: Yao Qi <yao at codesourcery dot com>
- To: Stan Shebs <stanshebs at earthlink dot net>, <gdb-patches at sourceware dot org>
- Date: Tue, 22 Apr 2014 10:20:33 +0800
- Subject: Re: [PATCH] Check tracefile is generated by binary execution
- Authentication-results: sourceware.org; auth=none
- References: <1395733933-9366-1-git-send-email-yao at codesourcery dot com> <5355A3D8 dot 5030307 at earthlink dot net>
On 04/22/2014 07:03 AM, Stan Shebs wrote:
>> -remote_exec target "$binfile"
>> > +if { ![generate_tracefile $binfile] } {
>> > + unsupported "Unable to generate tfile"
> "trace file" instead of "tfile" would be clearer to a test-running
> person who is not familiar with the details of tracepoint operations.
OK, fixed. Patch is pushed in.
--
Yao (éå)