aboutsummaryrefslogtreecommitdiff
path: root/gdb/rs6000-tdep.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-26Fix CXX invalid cast from void *.Keith Seitz1-1/+1
2016-02-24[OBV] gdb/rs6000: Fix maybe-uninitialized warning.Marcin Kościelnicki1-1/+1
2016-02-24Build unavailable-stack frames for tracepoint.Wei-cheng Wang1-13/+40
2016-01-05Fix PR sim/13418: building with --enable-targets=all failsPedro Alves1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-22rs6000: Add cast for int to enum conversionSimon Marchi1-1/+1
2015-09-30gdbarch.h: Change gdbarch_info::tdep_info's type to void *Simon Marchi1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-50/+61
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2
2015-08-07PPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displaced steppingPedro Alves1-11/+57
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-1/+1
2015-05-26Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan1-3/+3
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+3
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-2/+5
2015-03-06New common function "startswith"Gary Benson1-1/+1
2015-02-27Do not increment of decrement enumsTom Tromey1-1/+1
2015-01-21Add missing comments in rs6000-tdep.c, ppc64-tdep.c and ppc-linux-tdep.c.Wei-cheng Wang1-8/+31
2015-01-20Fix format warning in rs6000t-dep.cWei-cheng Wang1-17/+16
2015-01-19Fix ARI warning in rs6000-tdep.c::rs6000_gdbarch_init.Joel Brobecker1-2/+2
2015-01-17Reverse debugging for PowerPC.Wei-cheng Wang1-0/+1677
2015-01-17Epilogue unwinder for PowerPC.Wei-cheng Wang1-4/+96