Automatic date update in version.in
[external/binutils.git] / gdb / ctf.c
2019-01-10 Pedro AlvesFix tracepoint.c:parse_tracepoint_definition leak ...
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-09-23 Tom TromeyMark more file descriptors close-on-exec
2018-07-03 Tom TromeyRemove pid_to_ptid
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-05-30 Simon MarchiRemove regcache_raw_supply
2018-05-30 Simon MarchiRemove regcache_register_status
2018-05-02 Pedro Alvestarget factories, target open and multiple instances...
2018-05-02 Pedro Alvestarget_ops: Use bool throughout
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-03-30 Simon MarchiUse std::vector in uploaded_tp
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05 Simon MarchiRemove some unused variables
2017-10-25 Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-14 Simon MarchiMake to_traceframe_info return a unique_ptr
2017-10-14 Simon MarchiUse std::vector for traceframe_info::memory
2017-10-14 Simon MarchiUse std::vector for traceframe_info::tvars
2017-09-11 Tom TromeyUse std::string in ctf_start
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-06-02 Simon MarchiC++ify breakpoint class hierarchy (destructors only)
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-17 Pedro Alvesgdb/ctf.c: Get rid of mkdir redefinition
2016-09-16 Pedro Alvesgdb: Use std::min and std::max throughout
2016-07-22 Yao QiGet "num" as unsigned in ctf
2016-04-14 Pedro AlvesAvoid "format not a string literal" warnings
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-10-27 Simon Marchictf.c: Fix int/enum implicit cast
2015-10-27 Simon Marchictf_xfer_partial: Return TARGET_XFER_E_IO instead of...
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-02-26 Pedro AlvesAdd ATTRIBUTE_PRINTF attributes, and fix fallout
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-08-22 Yao QiRemove workaround to libbabeltrace 1.1.0 issue
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-04-19 Yao QiCall post_create_inferior in ctf_open.
2014-04-19 Yao QiGet trace_regblock_size from metadata instead of event
2014-04-19 Yao QiAdd null pointer check in ctf_xfer_partial
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 QiShare some code between ctf and tfile target.
2014-02-23 Yao QiMove trace file writer out of tracepoint.c
2014-02-19 Tom TromeyAdd target_ops argument to to_traceframe_info
2014-02-19 Tom TromeyAdd target_ops argument to to_get_trace_state_variable_...
2014-02-19 Tom TromeyAdd target_ops argument to to_trace_find
2014-02-19 Tom TromeyAdd target_ops argument to to_get_trace_status
2014-02-19 Tom TromeyAdd target_ops argument to to_close
2014-02-11 Yao QiReturn target_xfer_status in to_xfer_partial
2014-02-07 Yao QiReplace -1 with TARGET_XFER_E_IO
2014-02-05 Yao QiCreate inferior for ctf target.
2014-01-14 Yao QiChange to_xfer_partial 'len' type to ULONGEST.
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-02 Pedro Alvesgnulib's sys/stat.h always defines S_IRGRP, S_IXGRP...
2013-12-02 Joel BrobeckerRemove last traces of gdb_stat.h.
2013-11-18 Tom Tromeyremove gdb_stat.h
2013-06-26 Yao Qigdb/
2013-06-07 Yao Qigdb/
2013-04-20 Yao Qigdb/
2013-04-19 Pedro Alves-Wpointer-sign: ctf.c.
2013-04-13 Yao Qigdb/
2013-04-10 Yao Qigdb/
2013-03-25 Yao Qigdb/
2013-03-21 Yao Qigdb/
2013-03-20 Yao Qigdb/
2013-03-14 Yao Qigdb/