Allow ARC target to be configured with --with-cpu=<cpu-name>.
[external/binutils.git] / gdb / tracefile-tfile.c
2016-02-10 Marcin Kościelnickigdb.trace: Read XML target description from tfile.
2016-02-10 Marcin Kościelnickigdb.trace: Save XML target description in tfile.
2016-02-10 Marcin Kościelnickigdb.trace: Use g packet order in tfile_fetch_registers.
2016-02-10 Marcin Kościelnickigdb.trace: Fix off-by-one in tfile_fetch_registers.
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-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-06 Gary BensonNew common function "startswith"
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-07-30 Tom Tromeyconstify to_open
2014-05-05 Yao QiPartially available/unavailable data in requested range
2014-04-22 Yao QiUnify ctf_fetch_registers and tfile_fetch_registers
2014-03-22 Yao QiMove the traceframe_available_memory code from memory_x...
2014-02-23 Yao QiUse new to_xfer_partial interface in ctf and tfile...
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 tfile target to tracefile-tfile.c
2014-02-23 Yao QiMove trace file writer out of tracepoint.c