summaryrefslogtreecommitdiff
path: root/gdb/tracefile.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: int to bool conversion in tracefile.cAndrew Burgess2022-12-151-3/+3
* Unify gdb printf functionsTom Tromey2022-03-291-2/+2
* Move gdb_argv to gdbsupportTom Tromey2022-01-181-0/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Renaming of ctf (the trace format) filesWeimin Pan2019-10-071-1/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Introduce process_stratum_targetPedro Alves2018-11-301-5/+0
* Allow larger regblock sizes when saving tracefilesPedro Franco de Carvalho2018-08-061-19/+23
* Remove cleanups from tracefile.cTom Tromey2018-06-101-32/+18
* Remove regcache_raw_supplySimon Marchi2018-05-301-1/+1
* target_ops: Use bool throughoutPedro Alves2018-05-031-5/+5
* Convert struct target_ops to C++Pedro Alves2018-05-031-24/+14
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify add_comTom Tromey2017-11-071-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-3/+3
* C++ify breakpoint class hierarchy (destructors only)Simon Marchi2017-06-021-5/+5
* Fix PR 21352: Command tsave does not support -r argumentSergio Durigan Junior2017-04-051-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Rename some trace functionsSimon Marchi2016-12-021-2/+2
* 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