Remove path name from test case
[binutils-gdb.git] / gdb / tracefile-tfile.c
2023-10-10 Simon Marchigdb: remove target_gdbarch
2023-09-20 Tom TromeyRemove explanatory comments from includes
2023-09-19 Tom TromeyUse gdb::checked_static_cast for tracepoints
2023-08-23 Andrew Burgessgdb: remove the silent parameter from exit_inferior_1...
2023-07-10 Tom TromeyConstify tfile_interp_line
2023-07-10 Tom TromeyUse function_view in traceframe_walk_blocks
2023-07-10 Tom TromeyUse unique_ptr for trace_filename
2023-07-10 Tom TromeyRemove a use of xfree
2023-05-25 Simon Marchigdb: add breakpoint::first_loc methods
2023-05-25 Simon Marchigdb: add breakpoint "has locations" methods
2023-02-24 Tom TromeyRemove struct buffer from tracefile-tfile.c
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-04-18 Simon Marchigdbsupport: make gdb_abspath return an std::string
2022-03-29 Tom TromeyUnify gdb printf functions
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-09-30 Simon Marchigdbsupport: make gdb_open_cloexec return scoped_fd
2021-03-24 Simon Marchigdb: remove current_top_target function
2021-03-23 Simon Marchigdb: remove push_target free functions
2021-03-23 Simon Marchigdb: remove unpush_target free function
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-29 Tom TromeyRemove the exec_bfd macro
2020-10-02 Simon Marchigdb: remove arguments from inferior_created observable
2020-06-18 Pedro AlvesDon't write to inferior_ptid in tracefile-tfile.c
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-10 Pedro AlvesMulti-target support
2020-01-10 Pedro Alvestfile_target::close: trace_fd can't be -1
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-14 Sergio Durigan JuniorGuard against 'current_directory == NULL' on gdb_abspat...
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