aboutsummaryrefslogtreecommitdiff
path: root/gdb/rs6000-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-22[PowerPC] Fix inclusion of dfp pseudoregs in tdepPedro Franco de Carvalho1-4/+6
2018-05-22[PowerPC] Fix VSX registers in linux core filesPedro Franco de Carvalho1-74/+0
2018-05-22[PowerPC] Fix access to VSCR in linux targetsPedro Franco de Carvalho1-110/+0
2018-05-04Add two fall-through comments in rs6000-tdep.cTom Tromey1-0/+2
2018-05-03Convert struct target_ops to C++Pedro Alves1-1/+1
2018-03-22ppc: Fix stwux and stdux masks in skip_prologuePedro Franco de Carvalho1-9/+2
2018-03-22ppc: Detect when LR is saved through frame pointerPedro Franco de Carvalho1-18/+53
2018-02-21class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi1-16/+36
2018-02-05ppc64: Fix stwux encodingJan Kratochvil1-1/+1
2018-01-31Fix for prologue processing on PowerPCNikola Prica1-2/+2
2018-01-26PowerPC PLT stub matchingAlan Modra1-7/+7
2018-01-22Replace regcache_raw_read with regcache->raw_readYao Qi1-18/+18
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-20Remove write-only assignment in rs6000-tdep.cUros Bizjak1-1/+0
2017-11-21[PowerPC] Detect different long double floating-point formatsUlrich Weigand1-1/+21
2017-11-07Constify add_setshow_*Tom Tromey1-2/+2
2017-11-06Target FP: Remove convert_typed_floating from tdep filesUlrich Weigand1-5/+5
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-14/+14
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi1-8/+11
2017-10-12Remove simple_displaced_step_copy_insnSimon Marchi1-2/+1
2017-10-11Constify add_prefix_cmdTom Tromey1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki1-1/+1
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi1-2/+0
2017-05-24Use disassemble.c:disassembler select rs6000 disassemblerYao Qi1-14/+0
2017-05-22Add PPC_MAX_REGISTER_SIZEAlan Hayward1-2/+2
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi1-7/+8
2017-04-05-Wwrite-strings: The RestPedro Alves1-2/+2
2017-02-28GDB: Add support for the new set/show disassembler-options commands.Peter Bergner1-0/+7
2017-02-21[ppc64] Add POWER8/ISA 2.07 atomic sequences single-stepping supportEdjunior Barbosa Machado1-18/+35
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-09gdb: Remove support for obsolete OSABIs and a.outPedro Alves1-2/+1
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi1-2/+1
2016-11-22gdbarch software_single_step frame_info to regcache: rs6000Yao Qi1-3/+3
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi1-6/+6
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-5/+9
2016-11-03Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-13/+6
2016-09-22Fix build breakage from commit 6ec2b2Edjunior Barbosa Machado1-2/+6
2016-09-21ppc: Fix return of instruction handlers in ppc_process_record_op63Edjunior Barbosa Machado1-2/+3
2016-09-21ppc: Add Power ISA 3.0/POWER9 instructions record supportEdjunior Barbosa Machado1-11/+448
2016-09-20ppc: Fix record support of Store String Word instructionsEdjunior Barbosa Machado1-3/+7
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-1/+2
2016-08-24Fix for gdb.base/pc-fp.exp.Carl E. Love1-1/+0
2016-08-18ppc: Fix record of HTM instructionsEdjunior Barbosa Machado1-5/+5
2016-07-27Wean gdb and sim off private libbfd.h headerAlan Modra1-1/+0
2016-06-14Initialize 'ra' to zero to avoid uninitialized use.John Baldwin1-0/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-1/+0
2016-03-09gdb/rs6000: Read backchain as unsigned.Marcin Kościelnicki1-3/+3
2016-03-09gdb: Add gen_return_address for powerpc.Marcin Kościelnicki1-0/+17
2016-03-09gdb: Add ax_pseudo_register_collect for powerpc.Marcin Kościelnicki1-0/+46