Age | Commit message (Expand) | Author | Files | Lines |
2022-04-07 | gdb: make gdbarch_register_reggroup_p take a const reggroup * | Andrew Burgess | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -71/+71 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-03 | gdb: make extract_integer take an array_view | Simon Marchi | 1 | -2/+2 |
2021-11-15 | gdb: adjust gdbarch_tdep calls in nat files | Simon Marchi | 1 | -1/+2 |
2021-11-15 | gdb: fix gdbarch_tdep ODR violation | Simon Marchi | 1 | -7/+7 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -17/+17 |
2021-06-29 | gdb: add names to unwinders, add debug messages when looking for unwinder | Simon Marchi | 1 | -0/+4 |
2021-06-28 | gdb: convert obj_section macros to methods | Simon Marchi | 1 | -9/+5 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -2/+2 |
2021-01-19 | Convert some frame functions to use gdb::array_view. | Luis Machado | 1 | -2/+4 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -154/+154 |
2020-09-28 | Remove target_has_registers macro | Tom Tromey | 1 | -2/+2 |
2020-09-14 | Apply 'const' in more places | Tom Tromey | 1 | -1/+1 |
2020-09-14 | gdb: remove TYPE_VECTOR | Simon Marchi | 1 | -1/+1 |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -2/+2 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -2/+2 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -13/+13 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -1/+1 |
2020-01-23 | gdb: introduce objfile text_section_offset and data_section_offset methods | Simon Marchi | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-08 | Change section_offsets to a std::vector | Tom Tromey | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-04-10 | Remove some uses of "object_files" | Tom Tromey | 1 | -2/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-16 | Pass return_method to _push_dummy_call | Alan Hayward | 1 | -6/+5 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -9/+8 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -5/+2 |
2018-07-16 | Remove unused variables in ia64*tdep.c | Simon Marchi | 1 | -5/+0 |
2018-07-16 | Fix compilation error in ia64-tdep.c with libunwind-ia64 | Simon Marchi | 1 | -15/+9 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -1/+1 |
2018-05-30 | Remove regcache_cooked_write | Simon Marchi | 1 | -2/+2 |
2018-05-30 | Remove regcache_cooked_read | Simon Marchi | 1 | -2/+2 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -1/+1 |
2018-02-21 | Pass readable_regcache to gdbarch method read_pc | Yao Qi | 1 | -3/+3 |
2018-02-21 | class readable_regcache and pass readable_regcache to gdbarch pseudo_register... | Yao Qi | 1 | -1/+1 |
2018-01-22 | regcache_cooked_read -> regcache->cooked_read | Yao Qi | 1 | -14/+16 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-06 | Target FP: Remove convert_typed_floating from tdep files | Ulrich Weigand | 1 | -10/+10 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -4/+4 |
2017-09-11 | Remove make_show_memory_breakpoints_cleanup | Tom Tromey | 1 | -25/+14 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-06-14 | Don't use print_insn_XXX in GDB | Yao Qi | 1 | -1/+1 |
2017-06-06 | Add IA64_MAX_FP_REGISTER_SIZE | Alan Hayward | 1 | -5/+8 |
2017-05-24 | Restrict ia64_convert_register_p | Yao Qi | 1 | -0/+1 |
2017-04-27 | Remove some MAX_REGISTER_SIZE uses in ia64-tdep.c | Alan Hayward | 1 | -41/+20 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |