Age | Commit message (Expand) | Author | Files | Lines |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-07 | Renaming of ctf (the trace format) files | Weimin Pan | 1 | -1/+1 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-30 | Introduce process_stratum_target | Pedro Alves | 1 | -5/+0 |
2018-08-06 | Allow larger regblock sizes when saving tracefiles | Pedro Franco de Carvalho | 1 | -19/+23 |
2018-06-10 | Remove cleanups from tracefile.c | Tom Tromey | 1 | -32/+18 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -1/+1 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -5/+5 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -24/+14 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -1/+1 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -3/+3 |
2017-06-02 | C++ify breakpoint class hierarchy (destructors only) | Simon Marchi | 1 | -5/+5 |
2017-04-05 | Fix PR 21352: Command tsave does not support -r argument | Sergio Durigan Junior | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-02 | Rename some trace functions | Simon Marchi | 1 | -2/+2 |
2016-07-14 | Remove some variables but call functions for side effects | Tom Tromey | 1 | -3/+4 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -1/+0 |
2016-02-18 | gdb: Add guess_tracepoint_registers hook to gdbarch. | Marcin KoĆcielnicki | 1 | -39/+21 |
2016-02-10 | gdb.trace: Save XML target description in tfile. | Marcin KoĆcielnicki | 1 | -0/+3 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-04-22 | Unify ctf_fetch_registers and tfile_fetch_registers | Yao Qi | 1 | -0/+61 |
2014-02-23 | Share code on to_xfer_partial for tfile and ctf target | Yao Qi | 1 | -0/+1 |
2014-02-23 | Let tracefile has_memory and has_all_memory. | Yao Qi | 1 | -0/+18 |
2014-02-23 | Share some code between ctf and tfile target. | Yao Qi | 1 | -0/+54 |
2014-02-23 | Move trace file writer out of tracepoint.c | Yao Qi | 1 | -0/+389 |