Remove tui_initialize_static_data
[external/binutils.git] / gdb / tracefile.c
2019-07-10 Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09 Tom TromeyRename common to gdbsupport
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-30 Pedro AlvesIntroduce process_stratum_target
2018-08-06 Pedro Franco de... Allow larger regblock sizes when saving tracefiles
2018-06-10 Tom TromeyRemove cleanups from tracefile.c
2018-05-30 Simon MarchiRemove regcache_raw_supply
2018-05-02 Pedro Alvestarget_ops: Use bool throughout
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
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