aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracefile-tfile.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-1/+1
2023-10-10gdb: remove target_gdbarchSimon Marchi1-11/+14
2023-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-09-19Use gdb::checked_static_cast for tracepointsTom Tromey1-2/+2
2023-08-23gdb: remove the silent parameter from exit_inferior_1 and cleanupAndrew Burgess1-1/+1
2023-07-10Constify tfile_interp_lineTom Tromey1-4/+4
2023-07-10Use function_view in traceframe_walk_blocksTom Tromey1-32/+18
2023-07-10Use unique_ptr for trace_filenameTom Tromey1-7/+6
2023-07-10Remove a use of xfreeTom Tromey1-7/+4
2023-05-25gdb: add breakpoint::first_loc methodsSimon Marchi1-1/+1
2023-05-25gdb: add breakpoint "has locations" methodsSimon Marchi1-1/+1
2023-02-24Remove struct buffer from tracefile-tfile.cTom Tromey1-11/+10
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-1/+1
2022-04-18gdbsupport: make gdb_abspath return an std::stringSimon Marchi1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-1/+1
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