aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracefile-tfile.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-15/+13
2018-05-03target_ops: Use bool throughoutPedro Alves1-4/+4
2018-05-03Convert struct target_ops to C++Pedro Alves1-56/+64
2018-03-30Use std::vector in uploaded_tpSimon Marchi1-5/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-2/+2
2017-10-14Make to_traceframe_info return a unique_ptrSimon Marchi1-3/+4
2017-10-14Use std::vector for traceframe_info::memorySimon Marchi1-5/+1
2017-10-14Use std::vector for traceframe_info::tvarsSimon Marchi1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey1-15/+7
2017-08-03Introduce and use gdb_file_upTom Tromey1-1/+1
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi1-2/+2
2017-04-18xml-support.c: Use std::string for growing string bufferPedro Alves1-7/+7
2017-04-05-Wwrite-strings: The RestPedro Alves1-2/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-02Rename some trace functionsSimon Marchi1-1/+1
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-1/+2
2016-02-10gdb.trace: Read XML target description from tfile.Marcin Kościelnicki1-1/+57
2016-02-10gdb.trace: Save XML target description in tfile.Marcin Kościelnicki1-0/+38
2016-02-10gdb.trace: Use g packet order in tfile_fetch_registers.Marcin Kościelnicki1-5/+6
2016-02-10gdb.trace: Fix off-by-one in tfile_fetch_registers.Marcin Kościelnicki1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-2/+2
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+3
2015-03-06New common function "startswith"Gary Benson1-5/+5
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-07-30constify to_openTom Tromey1-3/+4
2014-05-05Partially available/unavailable data in requested rangeYao Qi1-1/+10
2014-04-22Unify ctf_fetch_registers and tfile_fetch_registersYao Qi1-53/+5
2014-03-22Move the traceframe_available_memory code from memory_xfer_partial_1 down to ...Yao Qi1-1/+15
2014-02-23Use new to_xfer_partial interface in ctf and tfile targetYao Qi1-2/+8
2014-02-23Share code on to_xfer_partial for tfile and ctf targetYao Qi1-35/+1
2014-02-23Let tracefile has_memory and has_all_memory.Yao Qi1-14/+0
2014-02-23Share some code between ctf and tfile target.Yao Qi1-35/+2
2014-02-23Move tfile target to tracefile-tfile.cYao Qi1-0/+827
2014-02-23Move trace file writer out of tracepoint.cYao Qi1-0/+327