summaryrefslogtreecommitdiff
path: root/gdb/tracefile-tfile.c
Commit message (Expand)AuthorAgeFilesLines
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+3
* New common function "startswith"Gary Benson2015-03-061-5/+5
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* constify to_openTom Tromey2014-07-301-3/+4
* Partially available/unavailable data in requested rangeYao Qi2014-05-051-1/+10
* Unify ctf_fetch_registers and tfile_fetch_registersYao Qi2014-04-221-53/+5
* Move the traceframe_available_memory code from memory_xfer_partial_1 down to ...Yao Qi2014-03-221-1/+15
* Use new to_xfer_partial interface in ctf and tfile targetYao Qi2014-02-231-2/+8
* Share code on to_xfer_partial for tfile and ctf targetYao Qi2014-02-231-35/+1
* Let tracefile has_memory and has_all_memory.Yao Qi2014-02-231-14/+0
* Share some code between ctf and tfile target.Yao Qi2014-02-231-35/+2
* Move tfile target to tracefile-tfile.cYao Qi2014-02-231-0/+827
* Move trace file writer out of tracepoint.cYao Qi2014-02-231-0/+327