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

Pedro Alves palves@redhat.com
Thu Feb 20 13:14:00 GMT 2014


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



More information about the Gdb-patches mailing list