Age | Commit message (Expand) | Author | Files | Lines |
2024-08-02 | gdb: remove uses of VLA | Simon Marchi | 1 | -3/+4 |
2024-04-22 | gdb: move store/extract integer functions to extract-store-integer.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -11/+11 |
2024-02-05 | gdb: rename target_so_ops to solib_ops | Simon Marchi | 1 | -1/+1 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -2/+3 |
2023-02-27 | Remove old GNU indent directives | Tom Tromey | 1 | -4/+0 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -11/+11 |
2022-09-20 | Move solib_ops into gdbarch | Tom Tromey | 1 | -1/+1 |
2022-07-21 | gdb: move the type cast into gdbarch_tdep | Andrew Burgess | 1 | -2/+2 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-04-02 | gdb: rename floatformats_ia64_quad to floatformats_ieee_quad | Tiezhu Yang | 1 | -10/+2 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-15 | gdb: fix gdbarch_tdep ODR violation | Simon Marchi | 1 | -2/+2 |
2021-08-17 | gdb: Don't assume r_ldsomap when r_version > 1 on Linux | H.J. Lu | 1 | -3/+3 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-04 | gdb: make displaced stepping implementation capable of managing multiple buffers | Simon Marchi | 1 | -1/+1 |
2020-12-04 | gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp... | Simon Marchi | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -34/+34 |
2020-05-16 | gdb: fix -Wtautological-overlap-compare warning in mips-linux-tdep.c | Simon Marchi | 1 | -4/+2 |
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-09-19 | bfd_section_* macros | Alan Modra | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -2/+2 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-08-27 | Avoid -Wnarrowing warnings in struct tramp_frame instances | Tom Tromey | 1 | -32/+32 |
2018-08-13 | Split size in regset section iterators | Alan Hayward | 1 | -6/+8 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -2/+2 |
2018-05-30 | Remove regcache_raw_collect | Simon Marchi | 1 | -4/+4 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -8/+5 |
2018-05-30 | Remove regcache_cooked_read | Simon Marchi | 1 | -1/+1 |
2018-05-25 | MIPS/Linux: Correct o32 core file FGR interpretation | Maciej W. Rozycki | 1 | -96/+13 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -1/+0 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -10/+10 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-08-07 | gdbarch: Use an anonymous union for target data in `gdbarch_info' | Maciej W. Rozycki | 1 | -2/+1 |
2017-06-13 | Move initialize_tdesc_mips* calls from mips-linux-nat.c to mips-linux-tdep.c | Yao Qi | 1 | -0/+11 |
2017-05-26 | Add regcache raw_supply_integer and raw_collect_integer. | Alan Hayward | 1 | -29/+4 |
2017-05-08 | Remove some uses of MAX_REGISTER_SIZE from mips-linux-tdep.c | Alan Hayward | 1 | -14/+4 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-28 | Move encoded as 'or' in binutils. | Simon Dardis | 1 | -4/+6 |
2015-10-22 | mips: fix void*/gdb_byte* compilation errors | Simon Marchi | 1 | -3/+5 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -1/+2 |
2015-02-04 | Fix internal error when core file section is too big | Andreas Arnez | 1 | -8/+8 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |