aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracefile-tfile.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-09-30gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi1-1/+1
2021-03-24gdb: remove current_top_target functionSimon Marchi1-1/+1
2021-03-23gdb: remove push_target free functionsSimon Marchi1-1/+1
2021-03-23gdb: remove unpush_target free functionSimon Marchi1-2/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-7/+7
2020-10-29Remove the exec_bfd macroTom Tromey1-1/+1
2020-10-02gdb: remove arguments from inferior_created observableSimon Marchi1-1/+1
2020-06-18Don't write to inferior_ptid in tracefile-tfile.cPedro Alves1-3/+4
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-1/+1
2020-01-10tfile_target::close: trace_fd can't be -1Pedro Alves1-2/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-13Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)Sergio Durigan Junior1-2/+2
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-1/+2
2019-07-09Rename common to gdbsupportTom Tromey1-3/+3
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-01-25Normalize includes to use common/Tom Tromey1-3/+3
2019-01-10Fix tracepoint.c:parse_tracepoint_definition leak (and one more)Pedro Alves1-10/+11
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-03Remove pid_to_ptidTom Tromey1-1/+1
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-4/+1
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+1
2018-05-30Remove regcache_raw_supplySimon Marchi1-2/+2
2018-05-30Remove regcache_register_statusSimon Marchi1-1/+1
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