aboutsummaryrefslogtreecommitdiff
path: root/gdb/ctf.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-26Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves1-0/+5
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-22Remove workaround to libbabeltrace 1.1.0 issueYao Qi1-49/+0
2014-07-30constify to_openTom Tromey1-2/+2
2014-05-05Partially available/unavailable data in requested rangeYao Qi1-1/+10
2014-04-22Unify ctf_fetch_registers and tfile_fetch_registersYao Qi1-44/+4
2014-04-19Call post_create_inferior in ctf_open.Yao Qi1-0/+2
2014-04-19Get trace_regblock_size from metadata instead of eventYao Qi1-34/+22
2014-04-19Add null pointer check in ctf_xfer_partialYao Qi1-1/+1
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/+7
2014-02-23Share code on to_xfer_partial for tfile and ctf targetYao Qi1-41/+1
2014-02-23Share some code between ctf and tfile target.Yao Qi1-47/+1
2014-02-23Move trace file writer out of tracepoint.cYao Qi1-0/+1
2014-02-19Add target_ops argument to to_traceframe_infoTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_get_trace_state_variable_valueTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_trace_findTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_get_trace_statusTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_closeTom Tromey1-1/+1
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-4/+17
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi1-1/+1
2014-02-05Create inferior for ctf target.Yao Qi1-0/+24
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-02gnulib's sys/stat.h always defines S_IRGRP, S_IXGRP, S_IXOTH.Pedro Alves1-12/+1
2013-12-02Remove last traces of gdb_stat.h.Joel Brobecker1-1/+1
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-06-26gdb/Yao Qi1-0/+12
2013-06-07gdb/Yao Qi1-0/+2
2013-04-20gdb/Yao Qi1-2/+2
2013-04-19-Wpointer-sign: ctf.c.Pedro Alves1-7/+8
2013-04-13gdb/Yao Qi1-1/+2
2013-04-10gdb/Yao Qi1-10/+1186
2013-03-25gdb/Yao Qi1-1/+2
2013-03-21gdb/Yao Qi1-2/+18
2013-03-20gdb/Yao Qi1-1/+9
2013-03-14gdb/Yao Qi1-0/+647