Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -2/+2 |
2017-02-28 | GDB: Add support for the new set/show disassembler-options commands. | Peter Bergner | 1 | -0/+7 |
2017-02-21 | [ppc64] Add POWER8/ISA 2.07 atomic sequences single-stepping support | Edjunior Barbosa Machado | 1 | -18/+35 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-09 | gdb: Remove support for obsolete OSABIs and a.out | Pedro Alves | 1 | -2/+1 |
2016-11-22 | Change gdbarch software_single_step frame_info to regcache | Yao Qi | 1 | -2/+1 |
2016-11-22 | gdbarch software_single_step frame_info to regcache: rs6000 | Yao Qi | 1 | -3/+3 |
2016-11-08 | gdbarch software_single_step returns VEC (CORE_ADDR) * | Yao Qi | 1 | -6/+6 |
2016-11-03 | Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 1 | -5/+9 |
2016-11-03 | Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kind | Yao Qi | 1 | -13/+6 |
2016-09-22 | Fix build breakage from commit 6ec2b2 | Edjunior Barbosa Machado | 1 | -2/+6 |
2016-09-21 | ppc: Fix return of instruction handlers in ppc_process_record_op63 | Edjunior Barbosa Machado | 1 | -2/+3 |
2016-09-21 | ppc: Add Power ISA 3.0/POWER9 instructions record support | Edjunior Barbosa Machado | 1 | -11/+448 |
2016-09-20 | ppc: Fix record support of Store String Word instructions | Edjunior Barbosa Machado | 1 | -3/+7 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -1/+2 |
2016-08-24 | Fix for gdb.base/pc-fp.exp. | Carl E. Love | 1 | -1/+0 |
2016-08-18 | ppc: Fix record of HTM instructions | Edjunior Barbosa Machado | 1 | -5/+5 |
2016-07-27 | Wean gdb and sim off private libbfd.h header | Alan Modra | 1 | -1/+0 |