summaryrefslogtreecommitdiff
path: root/gdb/ctf.c
Commit message (Expand)AuthorAgeFilesLines
* Partially available/unavailable data in requested rangeYao Qi2014-05-051-1/+10
* Unify ctf_fetch_registers and tfile_fetch_registersYao Qi2014-04-221-44/+4
* Call post_create_inferior in ctf_open.Yao Qi2014-04-191-0/+2
* Get trace_regblock_size from metadata instead of eventYao Qi2014-04-191-34/+22
* Add null pointer check in ctf_xfer_partialYao Qi2014-04-191-1/+1
* 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/+7
* Share code on to_xfer_partial for tfile and ctf targetYao Qi2014-02-231-41/+1
* Share some code between ctf and tfile target.Yao Qi2014-02-231-47/+1
* Move trace file writer out of tracepoint.cYao Qi2014-02-231-0/+1
* Add target_ops argument to to_traceframe_infoTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_get_trace_state_variable_valueTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_trace_findTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_get_trace_statusTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_closeTom Tromey2014-02-191-1/+1
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-4/+17
* Replace -1 with TARGET_XFER_E_IOYao Qi2014-02-071-1/+1
* Create inferior for ctf target.Yao Qi2014-02-051-0/+24
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* gnulib's sys/stat.h always defines S_IRGRP, S_IXGRP, S_IXOTH.Pedro Alves2013-12-021-12/+1
* Remove last traces of gdb_stat.h.Joel Brobecker2013-12-021-1/+1
* remove gdb_stat.hTom Tromey2013-11-181-1/+1
* gdb/Yao Qi2013-06-261-0/+12
* gdb/Yao Qi2013-06-071-0/+2
* gdb/Yao Qi2013-04-201-2/+2
* -Wpointer-sign: ctf.c.Pedro Alves2013-04-191-7/+8
* gdb/Yao Qi2013-04-131-1/+2
* gdb/Yao Qi2013-04-101-10/+1186
* gdb/Yao Qi2013-03-251-1/+2
* gdb/Yao Qi2013-03-211-2/+18
* gdb/Yao Qi2013-03-201-1/+9
* gdb/Yao Qi2013-03-141-0/+647