summaryrefslogtreecommitdiff
path: root/gdb/ctf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix tracepoint.c:parse_tracepoint_definition leak (and one more)Pedro Alves2019-01-101-13/+17
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Simple -Wshadow=local fixesTom Tromey2018-10-041-5/+5
* Mark more file descriptors close-on-execTom Tromey2018-09-231-2/+5
* Remove pid_to_ptidTom Tromey2018-07-031-1/+1
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-4/+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-16/+12
* target_ops: Use bool throughoutPedro Alves2018-05-031-4/+4
* Convert struct target_ops to C++Pedro Alves2018-05-031-47/+56
* Use std::vector in uploaded_tpSimon Marchi2018-03-301-10/+8
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-16/+0
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-1/+1
* Make to_traceframe_info return a unique_ptrSimon Marchi2017-10-141-2/+2
* Use std::vector for traceframe_info::memorySimon Marchi2017-10-141-4/+4
* Use std::vector for traceframe_info::tvarsSimon Marchi2017-10-141-2/+2
* Use std::string in ctf_startTom Tromey2017-09-111-12/+6
* Remove unnecessary function prototypes.John Baldwin2017-09-091-4/+0
* C++ify breakpoint class hierarchy (destructors only)Simon Marchi2017-06-021-2/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb/ctf.c: Get rid of mkdir redefinitionPedro Alves2016-11-171-5/+0
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-2/+2
* Get "num" as unsigned in ctfYao Qi2016-07-221-1/+1
* Avoid "format not a string literal" warningsPedro Alves2016-04-141-22/+20
* gdb.trace: Save XML target description in tfile.Marcin Koƛcielnicki2016-02-101-0/+10
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* ctf.c: Fix int/enum implicit castSimon Marchi2015-10-271-2/+8
* ctf_xfer_partial: Return TARGET_XFER_E_IO instead of -1 on errorSimon Marchi2015-10-261-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+1
* Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves2015-02-261-0/+5
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Remove workaround to libbabeltrace 1.1.0 issueYao Qi2014-08-221-49/+0
* constify to_openTom Tromey2014-07-301-2/+2
* Partially available/unavailable data in requested rangeYao Qi2014-05-051-1/+10
* Unify ctf_fetch_registers and tfile_fetch_registersYao Qi2014-04-221-44/+4
* Call post_create_inferior in ctf_open.Yao Qi2014-04-191-0/+2
* Get trace_regblock_size from metadata instead of eventYao Qi2014-04-191-34/+22
* Add null pointer check in ctf_xfer_partialYao Qi2014-04-191-1/+1
* 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/+7
* Share code on to_xfer_partial for tfile and ctf targetYao Qi2014-02-231-41/+1
* Share some code between ctf and tfile target.Yao Qi2014-02-231-47/+1
* Move trace file writer out of tracepoint.cYao Qi2014-02-231-0/+1
* Add target_ops argument to to_traceframe_infoTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_get_trace_state_variable_valueTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_trace_findTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_get_trace_statusTom Tromey2014-02-191-1/+1