summaryrefslogtreecommitdiff
path: root/gdb/ctf.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-11Use std::string in ctf_startTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-17gdb/ctf.c: Get rid of mkdir redefinitionPedro Alves
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-07-22Get "num" as unsigned in ctfYao Qi
2016-04-14Avoid "format not a string literal" warningsPedro Alves
2016-02-10gdb.trace: Save XML target description in tfile.Marcin Koƛcielnicki
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-27ctf.c: Fix int/enum implicit castSimon Marchi
2015-10-26ctf_xfer_partial: Return TARGET_XFER_E_IO instead of -1 on errorSimon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-02-26Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-22Remove workaround to libbabeltrace 1.1.0 issueYao Qi
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-04-19Call post_create_inferior in ctf_open.Yao Qi
2014-04-19Get trace_regblock_size from metadata instead of eventYao Qi
2014-04-19Add null pointer check in ctf_xfer_partialYao 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-23Share some code between ctf and tfile target.Yao Qi
2014-02-23Move trace file writer out of tracepoint.cYao Qi
2014-02-19Add target_ops argument to to_traceframe_infoTom Tromey
2014-02-19Add target_ops argument to to_get_trace_state_variable_valueTom Tromey
2014-02-19Add target_ops argument to to_trace_findTom Tromey
2014-02-19Add target_ops argument to to_get_trace_statusTom Tromey
2014-02-19Add target_ops argument to to_closeTom Tromey
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi
2014-02-05Create inferior for ctf target.Yao Qi
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-02gnulib's sys/stat.h always defines S_IRGRP, S_IXGRP, S_IXOTH.Pedro Alves
2013-12-02Remove last traces of gdb_stat.h.Joel Brobecker
2013-11-18remove gdb_stat.hTom Tromey
2013-06-26gdb/Yao Qi
2013-06-07gdb/Yao Qi
2013-04-20gdb/Yao Qi