Age | Commit message (Expand) | Author | Files | Lines |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -2/+2 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -2/+2 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -6/+4 |
2019-01-14 | [PowerPC] Aliases for vector registers | Pedro Franco de Carvalho | 1 | -1/+107 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-01 | rs6000-tdep.c:skip_prologue avoid negative left shift | Joel Brobecker | 1 | -4/+7 |
2018-10-26 | [PowerPC] Add support for HTM registers | Edjunior Barbosa Machado | 1 | -85/+544 |
2018-10-26 | [PowerPC] Reject tdescs with VSX and no FPU or Altivec | Pedro Franco de Carvalho | 1 | -1/+2 |
2018-10-26 | [PowerPC] Add support for EBB and PMU registers | Edjunior Barbosa Machado | 1 | -1/+73 |
2018-10-26 | [PowerPC] Add support for TAR | Edjunior Barbosa Machado | 1 | -0/+25 |
2018-10-26 | [PowerPC] Add support for PPR and DSCR | Edjunior Barbosa Machado | 1 | -1/+61 |
2018-10-26 | [PowerPC] Refactor have_ initializers in rs6000-tdep.c | Pedro Franco de Carvalho | 1 | -2/+2 |
2018-10-26 | [PowerPC] Remove rs6000_pseudo_register_reggroup_p | Pedro Franco de Carvalho | 1 | -24/+0 |
2018-10-21 | Introduce gdbarch_num_cooked_regs | Simon Marchi | 1 | -5/+2 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -12/+12 |
2018-08-27 | Use CORE_ADDR_MAX in various "breaks" arrays | Tom Tromey | 1 | -1/+1 |
2018-07-21 | Fix -Wunused-variable warnings related to conditional compilation | Simon Marchi | 1 | -3/+2 |
2018-07-11 | Rename tdesc_register_size to tdesc_register_bitsize | Alan Hayward | 1 | -2/+2 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -1/+1 |
2018-05-30 | Remove regcache_raw_collect | Simon Marchi | 1 | -1/+1 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -1/+1 |
2018-05-30 | Remove regcache_raw_write_part | Simon Marchi | 1 | -3/+2 |
2018-05-30 | Remove regcache_raw_write | Simon Marchi | 1 | -10/+10 |
2018-05-22 | [PowerPC] Fix inclusion of dfp pseudoregs in tdep | Pedro Franco de Carvalho | 1 | -4/+6 |
2018-05-22 | [PowerPC] Fix VSX registers in linux core files | Pedro Franco de Carvalho | 1 | -74/+0 |
2018-05-22 | [PowerPC] Fix access to VSCR in linux targets | Pedro Franco de Carvalho | 1 | -110/+0 |
2018-05-04 | Add two fall-through comments in rs6000-tdep.c | Tom Tromey | 1 | -0/+2 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -1/+1 |
2018-03-22 | ppc: Fix stwux and stdux masks in skip_prologue | Pedro Franco de Carvalho | 1 | -9/+2 |
2018-03-22 | ppc: Detect when LR is saved through frame pointer | Pedro Franco de Carvalho | 1 | -18/+53 |
2018-02-21 | class readable_regcache and pass readable_regcache to gdbarch pseudo_register... | Yao Qi | 1 | -16/+36 |
2018-02-05 | ppc64: Fix stwux encoding | Jan Kratochvil | 1 | -1/+1 |
2018-01-31 | Fix for prologue processing on PowerPC | Nikola Prica | 1 | -2/+2 |
2018-01-26 | PowerPC PLT stub matching | Alan Modra | 1 | -7/+7 |
2018-01-22 | Replace regcache_raw_read with regcache->raw_read | Yao Qi | 1 | -18/+18 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-20 | Remove write-only assignment in rs6000-tdep.c | Uros Bizjak | 1 | -1/+0 |
2017-11-21 | [PowerPC] Detect different long double floating-point formats | Ulrich Weigand | 1 | -1/+21 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -2/+2 |
2017-11-06 | Target FP: Remove convert_typed_floating from tdep files | Ulrich Weigand | 1 | -5/+5 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -14/+14 |
2017-10-21 | Create a displaced_step_closure class hierarchy | Simon Marchi | 1 | -8/+11 |
2017-10-12 | Remove simple_displaced_step_copy_insn | Simon Marchi | 1 | -2/+1 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -2/+2 |
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 | -1/+1 |
2017-06-10 | gdbarch: Remove displaced_step_free_closure | Simon Marchi | 1 | -2/+0 |
2017-05-24 | Use disassemble.c:disassembler select rs6000 disassembler | Yao Qi | 1 | -14/+0 |
2017-05-22 | Add PPC_MAX_REGISTER_SIZE | Alan Hayward | 1 | -2/+2 |
2017-05-02 | Change return type of gdbarch_software_single_step to vector<CORE_ADDR> | Simon Marchi | 1 | -7/+8 |