aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracefile.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-07Renaming of ctf (the trace format) filesWeimin Pan1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30Introduce process_stratum_targetPedro Alves1-5/+0
2018-08-06Allow larger regblock sizes when saving tracefilesPedro Franco de Carvalho1-19/+23
2018-06-10Remove cleanups from tracefile.cTom Tromey1-32/+18
2018-05-30Remove regcache_raw_supplySimon Marchi1-1/+1
2018-05-03target_ops: Use bool throughoutPedro Alves1-5/+5
2018-05-03Convert struct target_ops to C++Pedro Alves1-24/+14
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_comTom Tromey1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-3/+3
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi1-5/+5
2017-04-05Fix PR 21352: Command tsave does not support -r argumentSergio Durigan Junior1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-02Rename some trace functionsSimon Marchi1-2/+2
2016-07-14Remove some variables but call functions for side effectsTom Tromey1-3/+4
2016-05-07remove trivialy unused variablesTrevor Saunders1-1/+0
2016-02-18gdb: Add guess_tracepoint_registers hook to gdbarch.Marcin Koƛcielnicki1-39/+21
2016-02-10gdb.trace: Save XML target description in tfile.Marcin Koƛcielnicki1-0/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-04-22Unify ctf_fetch_registers and tfile_fetch_registersYao Qi1-0/+61
2014-02-23Share code on to_xfer_partial for tfile and ctf targetYao Qi1-0/+1
2014-02-23Let tracefile has_memory and has_all_memory.Yao Qi1-0/+18
2014-02-23Share some code between ctf and tfile target.Yao Qi1-0/+54
2014-02-23Move trace file writer out of tracepoint.cYao Qi1-0/+389