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 v3 02/15] Save trace into CTF format


>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:

Yao> This patch is to teach GDB to save trace data into CTF format.  In
Yao> this patch, struct trace_frame_write_ops and struct
Yao> trace_file_write_ops are implemented, so that GDB is able to write
Yao> trace data in CTF format.

Yao> +  struct cleanup *cleanup;

The cleanup issue, as with patch 01, is the only issue I found.
The rest looks good.

Tom


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