This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/8] Move trace file writer out of tracepoint.c


On 02/12/2014 06:05 AM, Yao Qi wrote:
> This patch is a refactor which moves trace file writer related code
> out of tracepoint.c, which has 6k LOC.  It moves general trace file
> writer to a new file tracefile.c and moves tfile specific writer to
> tracefile-tfile.c.

OK.

> 2014-02-12  Yao Qi  <yao@codesourcery.com>
> 
> 	* Makefile.in (REMOTE_OBS): Append tracefile.o and
> 	tracefile-tfile.o.

(Eh, I had never noticed REMOTE_OBS before.  Looks like
it's unnecessary nowadays, and could just be merged to
COMMON_OBS).

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]