Change tui_update_source_window_as_is to be a method
[external/binutils.git] / gdb / tracefile-tfile.c
2019-08-06 Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-09 Tom TromeyRename common to gdbsupport
2019-04-08 Tom TromeyReplace throw_exception with throw in some cases
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-10 Pedro AlvesFix tracepoint.c:parse_tracepoint_definition leak ...
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-07-03 Tom TromeyRemove pid_to_ptid
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-07 Pedro Alvestarget_stack -> current_top_target() 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-09 John BaldwinRemove unnecessary function prototypes.
2017-08-05 Tom TromeyUse gdb::unique_xmalloc_ptr when calling tilde_expand
2017-08-03 Tom TromeyIntroduce and use gdb_file_up
2017-06-02 Simon MarchiC++ify breakpoint class hierarchy (destructors only)
2017-04-18 Pedro Alvesxml-support.c: Use std::string for growing string buffer
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-02 Simon MarchiRename some trace functions
2016-09-16 Pedro Alvesgdb: Use std::min and std::max throughout
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