]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/tracefile.c
Constify add_com
[thirdparty/binutils-gdb.git] / gdb / tracefile.c
2017-11-07  Tom TromeyConstify add_com
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-08-03  Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-06-02  Simon MarchiC++ify breakpoint class hierarchy (destructors only)
2017-04-05  Sergio Durigan JuniorFix PR 21352: Command tsave does not support -r argument
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-02  Simon MarchiRename some trace functions
2016-07-14  Tom TromeyRemove some variables but call functions for side effects
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-02-18  Marcin Kościelnickigdb: Add guess_tracepoint_registers hook to gdbarch.
2016-02-10  Marcin Kościelnickigdb.trace: Save XML target description in tfile.
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-04-22  Yao QiUnify ctf_fetch_registers and tfile_fetch_registers
2014-02-23  Yao QiShare code on to_xfer_partial for tfile and ctf target
2014-02-23  Yao QiLet tracefile has_memory and has_all_memory.
2014-02-23  Yao QiShare some code between ctf and tfile target.
2014-02-23  Yao QiMove trace file writer out of tracepoint.c