summaryrefslogtreecommitdiff
path: root/gdb/tracefile.c
Commit message (Expand)AuthorAgeFilesLines
* Use bool throughoutusers/palves/cxx-target_opsPedro Alves2016-09-071-5/+5
* Convert struct target_ops to C++Pedro Alves2016-08-291-24/+14
* Remove some variables but call functions for side effectsTom Tromey2016-07-141-3/+4
* remove trivialy unused variablesTrevor Saunders2016-05-071-1/+0
* gdb: Add guess_tracepoint_registers hook to gdbarch.Marcin Koƛcielnicki2016-02-181-39/+21
* gdb.trace: Save XML target description in tfile.Marcin Koƛcielnicki2016-02-101-0/+3
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Unify ctf_fetch_registers and tfile_fetch_registersYao Qi2014-04-221-0/+61
* Share code on to_xfer_partial for tfile and ctf targetYao Qi2014-02-231-0/+1
* Let tracefile has_memory and has_all_memory.Yao Qi2014-02-231-0/+18
* Share some code between ctf and tfile target.Yao Qi2014-02-231-0/+54
* Move trace file writer out of tracepoint.cYao Qi2014-02-231-0/+389