| Commit message (Expand) | Author | Age | Files | Lines |
* | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 2022-10-19 | 1 | -2/+1 |
* | Change GDB to use frame_info_ptr | Tom Tromey | 2022-10-10 | 1 | -10/+10 |
* | gdb: final cleanup of various gdbarch_register_name methods | Andrew Burgess | 2022-10-02 | 1 | -6/+2 |
* | gdb: remove TYPE_LENGTH | Simon Marchi | 2022-09-21 | 1 | -16/+16 |
* | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 2022-09-21 | 1 | -3/+3 |
* | Remove register_gdbarch_init | Tom Tromey | 2022-08-16 | 1 | -1/+1 |
* | gdb: move the type cast into gdbarch_tdep | Andrew Burgess | 2022-07-21 | 1 | -7/+7 |
* | gdb: rename floatformats_ia64_quad to floatformats_ieee_quad | Tiezhu Yang | 2022-04-02 | 1 | -5/+1 |
* | Remove two unused variables | Tom Tromey | 2022-03-22 | 1 | -1/+0 |
* | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 2022-02-06 | 1 | -1/+1 |
* | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 2022-01-01 | 1 | -1/+1 |
* | gdb: fix gdbarch_tdep ODR violation | Simon Marchi | 2021-11-15 | 1 | -10/+11 |
* | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 2021-10-25 | 1 | -2/+2 |
* | gdb: add names to unwinders, add debug messages when looking for unwinder | Simon Marchi | 2021-06-29 | 1 | -0/+1 |
* | gdb: remove current_top_target function | Simon Marchi | 2021-03-24 | 1 | -1/+1 |
* | gdb: set current thread in sparc_{fetch,collect}_inferior_registers (PR gdb/2... | Simon Marchi | 2021-03-04 | 1 | -0/+6 |
* | Update copyright year range in all GDB files | Joel Brobecker | 2021-01-01 | 1 | -1/+1 |
* | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 2020-11-02 | 1 | -105/+105 |
* | Fix sparc prologue skipping | Tom Tromey | 2020-09-21 | 1 | -6/+7 |
* | Change management of tdesc_arch_data | Tom Tromey | 2020-09-17 | 1 | -10/+7 |
* | Apply 'const' in more places | Tom Tromey | 2020-09-14 | 1 | -6/+12 |
* | gdb: remove TYPE_VECTOR | Simon Marchi | 2020-09-14 | 1 | -2/+2 |
* | gdb: remove TYPE_CODE macro | Simon Marchi | 2020-05-14 | 1 | -8/+8 |
* | Move DWARF code to dwarf2/ subdirectory | Tom Tromey | 2020-02-08 | 1 | -1/+1 |
* | gdb: add back declarations for _initialize functions | Simon Marchi | 2020-01-13 | 1 | -1/+2 |
* | Update copyright year range in all GDB files. | Joel Brobecker | 2020-01-01 | 1 | -1/+1 |
* | [gdb] Fix more typos in comments | Tom de Vries | 2019-10-18 | 1 | -1/+1 |
* | gdb/sparc: Use default_unwind_pc | Andrew Burgess | 2019-04-23 | 1 | -9/+0 |
* | Update copyright year range in all GDB files. | Joel Brobecker | 2019-01-01 | 1 | -1/+1 |
* | Pass return_method to _push_dummy_call | Alan Hayward | 2018-11-16 | 1 | -6/+9 |
* | Split size in regset section iterators | Alan Hayward | 2018-08-13 | 1 | -2/+4 |
* | target_stack -> current_top_target() throughout | Pedro Alves | 2018-06-07 | 1 | -1/+1 |
* | Remove regcache_raw_collect | Simon Marchi | 2018-05-30 | 1 | -16/+12 |
* | Remove regcache_raw_supply | Simon Marchi | 2018-05-30 | 1 | -17/+12 |
* | Remove regcache_cooked_write | Simon Marchi | 2018-05-30 | 1 | -12/+12 |
* | Remove regcache_cooked_read | Simon Marchi | 2018-05-30 | 1 | -10/+10 |
* | Remove regcache_raw_write | Simon Marchi | 2018-05-30 | 1 | -2/+2 |
* | (SPARC/LEON) fix incorrect array return value printed by "finish" | Joel Brobecker | 2018-05-04 | 1 | -24/+42 |
* | Convert struct target_ops to C++ | Pedro Alves | 2018-05-03 | 1 | -1/+1 |
* | class readable_regcache and pass readable_regcache to gdbarch pseudo_register... | Yao Qi | 2018-02-21 | 1 | -1/+1 |
* | Replace regcache_raw_read with regcache->raw_read | Yao Qi | 2018-01-22 | 1 | -2/+2 |
* | Update copyright year range in all GDB files | Joel Brobecker | 2018-01-02 | 1 | -1/+1 |
* | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 2017-10-25 | 1 | -8/+8 |
* | Clean up includes of doublest.h and floatformat.h | Ulrich Weigand | 2017-10-05 | 1 | -1/+0 |
* | Make init_type/arch_type take a size in bits | Ulrich Weigand | 2017-09-27 | 1 | -2/+2 |
* | Remove unnecessary function prototypes. | John Baldwin | 2017-09-09 | 1 | -4/+0 |
* | Class-fy dwarf2_frame_state_reg_info | Yao Qi | 2017-08-11 | 1 | -1/+1 |
* | gdbarch: Use an anonymous union for target data in `gdbarch_info' | Maciej W. Rozycki | 2017-08-07 | 1 | -1/+1 |
* | Delegate opcodes to select disassembler in GDB | Yao Qi | 2017-05-24 | 1 | -2/+0 |
* | gdb: fix TYPE_CODE_ARRAY handling in sparc targets | Vladimir Mezentsev | 2017-05-19 | 1 | -17/+55 |