summaryrefslogtreecommitdiff
path: root/gdb/tracefile-tfile.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-14Make to_traceframe_info return a unique_ptrSimon Marchi
2017-10-14Use std::vector for traceframe_info::memorySimon Marchi
2017-10-14Use std::vector for traceframe_info::tvarsSimon Marchi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey
2017-08-03Introduce and use gdb_file_upTom Tromey
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi
2017-04-18xml-support.c: Use std::string for growing string bufferPedro Alves
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-02Rename some trace functionsSimon Marchi
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-02-10gdb.trace: Read XML target description from tfile.Marcin Kościelnicki
2016-02-10gdb.trace: Save XML target description in tfile.Marcin Kościelnicki
2016-02-10gdb.trace: Use g packet order in tfile_fetch_registers.Marcin Kościelnicki
2016-02-10gdb.trace: Fix off-by-one in tfile_fetch_registers.Marcin Kościelnicki
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-03-06New common function "startswith"Gary Benson
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-07-30constify to_openTom Tromey
2014-05-05Partially available/unavailable data in requested rangeYao Qi
2014-04-22Unify ctf_fetch_registers and tfile_fetch_registersYao Qi
2014-03-22Move the traceframe_available_memory code from memory_xfer_partial_1 down to ...Yao Qi
2014-02-23Use new to_xfer_partial interface in ctf and tfile targetYao Qi
2014-02-23Share code on to_xfer_partial for tfile and ctf targetYao Qi
2014-02-23Let tracefile has_memory and has_all_memory.Yao Qi
2014-02-23Share some code between ctf and tfile target.Yao Qi
2014-02-23Move tfile target to tracefile-tfile.cYao Qi
2014-02-23Move trace file writer out of tracepoint.cYao Qi