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: [RFA] Remove cleanups from tracefile.c


>>>>> "Simon" == Simon Marchi <simon.marchi@polymtl.ca> writes:

Simon> Could this call trace_save_tfile and trace_save_ctf instead to
Simon> duplication?
Simon>   if (generate_ctf)
Simon>     trace_save_ctf (filename, target_does_save);
Simon>   else
Simon>     trace_save_tfile (filename, target_does_save);

I made this change and I'll push it after re-testing.

Tom


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