aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracefile-tfile.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+3
2015-03-06New common function "startswith"Gary Benson1-5/+5
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-07-30constify to_openTom Tromey1-3/+4
2014-05-05Partially available/unavailable data in requested rangeYao Qi1-1/+10
2014-04-22Unify ctf_fetch_registers and tfile_fetch_registersYao Qi1-53/+5
2014-03-22Move the traceframe_available_memory code from memory_xfer_partial_1 down to ...Yao Qi1-1/+15
2014-02-23Use new to_xfer_partial interface in ctf and tfile targetYao Qi1-2/+8
2014-02-23Share code on to_xfer_partial for tfile and ctf targetYao Qi1-35/+1
2014-02-23Let tracefile has_memory and has_all_memory.Yao Qi1-14/+0
2014-02-23Share some code between ctf and tfile target.Yao Qi1-35/+2
2014-02-23Move tfile target to tracefile-tfile.cYao Qi1-0/+827
2014-02-23Move trace file writer out of tracepoint.cYao Qi1-0/+327