This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Unify ctf_fetch_registers and tfile_fetch_registers
- From: Yao Qi <yao at codesourcery dot com>
- To: <gdb-patches at sourceware dot org>
- Date: Tue, 22 Apr 2014 09:50:36 +0800
- Subject: Re: [PATCH] Unify ctf_fetch_registers and tfile_fetch_registers
- Authentication-results: sourceware.org; auth=none
- References: <1397997905-394-1-git-send-email-yao at codesourcery dot com> <20140421160942 dot GE4477 at adacore dot com>
On 04/22/2014 12:09 AM, Joel Brobecker wrote:
>> 2014-04-20 Yao Qi <yao@codesourcery.com>
>>
>> * tracefile-tfile.c (tfile_fetch_registers): Move the bottom to ...
>> * tracefile.c (tracefile_fetch_registers): ... it. New function.
>> * tracefile.h (tracefile_fetch_registers): Declare.
>> * ctf.c (ctf_fetch_registers): Remove the bottom. Call
>> tracefile_fetch_registers.
>
> Thanks, and OK.
>
Thanks for the review. Patch is pushed in.
--
Yao (éå)