summaryrefslogtreecommitdiff
path: root/gdb/tracefile-tfile.c
Commit message (Expand)AuthorAgeFilesLines
* Remove struct buffer from tracefile-tfile.cTom Tromey2023-02-241-11/+10
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-1/+1
* gdbsupport: make gdb_abspath return an std::stringSimon Marchi2022-04-181-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi2021-09-301-1/+1
* gdb: remove current_top_target functionSimon Marchi2021-03-241-1/+1
* gdb: remove push_target free functionsSimon Marchi2021-03-231-1/+1
* gdb: remove unpush_target free functionSimon Marchi2021-03-231-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-7/+7
* Remove the exec_bfd macroTom Tromey2020-10-291-1/+1
* gdb: remove arguments from inferior_created observableSimon Marchi2020-10-021-1/+1
* Don't write to inferior_ptid in tracefile-tfile.cPedro Alves2020-06-181-3/+4
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-1/+1
* tfile_target::close: trace_fd can't be -1Pedro Alves2020-01-101-2/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)Sergio Durigan Junior2019-12-131-2/+2
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-1/+2
* Rename common to gdbsupportTom Tromey2019-07-091-3/+3
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Normalize includes to use common/Tom Tromey2019-01-251-3/+3
* 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