summaryrefslogtreecommitdiff
path: root/gdb/tracefile-tfile.c
Commit message (Expand)AuthorAgeFilesLines
* Fix tracepoint.c:parse_tracepoint_definition leak (and one more)Pedro Alves2019-01-101-10/+11
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove pid_to_ptidTom Tromey2018-07-031-1/+1
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-4/+1
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Remove regcache_raw_supplySimon Marchi2018-05-301-2/+2
* Remove regcache_register_statusSimon Marchi2018-05-301-1/+1
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-15/+13
* target_ops: Use bool throughoutPedro Alves2018-05-031-4/+4
* Convert struct target_ops to C++Pedro Alves2018-05-031-56/+64
* Use std::vector in uploaded_tpSimon Marchi2018-03-301-5/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-2/+2
* Make to_traceframe_info return a unique_ptrSimon Marchi2017-10-141-3/+4
* Use std::vector for traceframe_info::memorySimon Marchi2017-10-141-5/+1
* Use std::vector for traceframe_info::tvarsSimon Marchi2017-10-141-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey2017-08-051-15/+7
* Introduce and use gdb_file_upTom Tromey2017-08-031-1/+1
* C++ify breakpoint class hierarchy (destructors only)Simon Marchi2017-06-021-2/+2
* xml-support.c: Use std::string for growing string bufferPedro Alves2017-04-181-7/+7
* -Wwrite-strings: The RestPedro Alves2017-04-051-2/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Rename some trace functionsSimon Marchi2016-12-021-1/+1
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-1/+2
* gdb.trace: Read XML target description from tfile.Marcin Kościelnicki2016-02-101-1/+57
* gdb.trace: Save XML target description in tfile.Marcin Kościelnicki2016-02-101-0/+38
* gdb.trace: Use g packet order in tfile_fetch_registers.Marcin Kościelnicki2016-02-101-5/+6
* gdb.trace: Fix off-by-one in tfile_fetch_registers.Marcin Kościelnicki2016-02-101-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-2/+2
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+3
* New common function "startswith"Gary Benson2015-03-061-5/+5
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* constify to_openTom Tromey2014-07-301-3/+4
* Partially available/unavailable data in requested rangeYao Qi2014-05-051-1/+10
* Unify ctf_fetch_registers and tfile_fetch_registersYao Qi2014-04-221-53/+5
* Move the traceframe_available_memory code from memory_xfer_partial_1 down to ...Yao Qi2014-03-221-1/+15
* Use new to_xfer_partial interface in ctf and tfile targetYao Qi2014-02-231-2/+8
* Share code on to_xfer_partial for tfile and ctf targetYao Qi2014-02-231-35/+1
* Let tracefile has_memory and has_all_memory.Yao Qi2014-02-231-14/+0
* Share some code between ctf and tfile target.Yao Qi2014-02-231-35/+2
* Move tfile target to tracefile-tfile.cYao Qi2014-02-231-0/+827
* Move trace file writer out of tracepoint.cYao Qi2014-02-231-0/+327