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 3/4] Save traceframes in trace file and read data out from trace file.


On 05/01/2014 12:26 AM, Pedro Alves wrote:
>> +	gdb_test "tsave -ctf ${tracefile}.floats.ctf" \
> I trust this works even if "target ctf" isn't supported?

Yes, we use generic file write/seek APIs to write ctf trace file,
but use libbabeltrace to read from ctf trace file.  Even "target
ctf" isn't supported (libbabeltrace isn't used), GDB is still able
to save in ctf format.

Patches are pushed in.  Thanks for the review.

-- 
Yao (éå)


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