summaryrefslogtreecommitdiff
path: root/gdb/rs6000-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Change gdbarch software_single_step frame_info to regcacheYao Qi2016-11-221-2/+1
* gdbarch software_single_step frame_info to regcache: rs6000Yao Qi2016-11-221-3/+3
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-6/+6
* Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-5/+9
* Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-13/+6
* Fix build breakage from commit 6ec2b2Edjunior Barbosa Machado2016-09-221-2/+6
* ppc: Fix return of instruction handlers in ppc_process_record_op63Edjunior Barbosa Machado2016-09-211-2/+3
* ppc: Add Power ISA 3.0/POWER9 instructions record supportEdjunior Barbosa Machado2016-09-211-11/+448
* ppc: Fix record support of Store String Word instructionsEdjunior Barbosa Machado2016-09-201-3/+7
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-1/+2
* Fix for gdb.base/pc-fp.exp.Carl E. Love2016-08-241-1/+0
* ppc: Fix record of HTM instructionsEdjunior Barbosa Machado2016-08-181-5/+5
* Wean gdb and sim off private libbfd.h headerAlan Modra2016-07-271-1/+0
* Initialize 'ra' to zero to avoid uninitialized use.John Baldwin2016-06-141-0/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-1/+0
* gdb/rs6000: Read backchain as unsigned.Marcin Kościelnicki2016-03-091-3/+3
* gdb: Add gen_return_address for powerpc.Marcin Kościelnicki2016-03-091-0/+17
* gdb: Add ax_pseudo_register_collect for powerpc.Marcin Kościelnicki2016-03-091-0/+46
* Fix CXX invalid cast from void *.Keith Seitz2016-02-261-1/+1
* [OBV] gdb/rs6000: Fix maybe-uninitialized warning.Marcin Kościelnicki2016-02-241-1/+1
* Build unavailable-stack frames for tracepoint.Wei-cheng Wang2016-02-241-13/+40
* Fix PR sim/13418: building with --enable-targets=all failsPedro Alves2016-01-051-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* rs6000: Add cast for int to enum conversionSimon Marchi2015-10-221-1/+1
* gdbarch.h: Change gdbarch_info::tdep_info's type to void *Simon Marchi2015-09-301-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-50/+61
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+2
* PPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displaced steppingPedro Alves2015-08-071-11/+57
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-1/+1
* Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan2015-05-261-3/+3
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+3
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-2/+5
* New common function "startswith"Gary Benson2015-03-061-1/+1
* Do not increment of decrement enumsTom Tromey2015-02-271-1/+1
* Add missing comments in rs6000-tdep.c, ppc64-tdep.c and ppc-linux-tdep.c.Wei-cheng Wang2015-01-211-8/+31
* Fix format warning in rs6000t-dep.cWei-cheng Wang2015-01-201-17/+16
* Fix ARI warning in rs6000-tdep.c::rs6000_gdbarch_init.Joel Brobecker2015-01-191-2/+2
* Reverse debugging for PowerPC.Wei-cheng Wang2015-01-171-0/+1677
* Epilogue unwinder for PowerPC.Wei-cheng Wang2015-01-171-4/+96
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* PR tdep/17379: Fix internal-error when stack pointer is invalid.Edjunior Barbosa Machado2014-09-121-3/+8
* Rename 'descr' field in regset structure to 'regmap'.Andreas Arnez2014-08-071-6/+6
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* Power: Correct little-endian e500v2 GPR frame offsetsMaciej W. Rozycki2014-03-181-2/+4
* change minsym representationTom Tromey2014-02-261-4/+4
* cleanup: remove declared variables without any referencesSanimir Agovic2014-02-131-4/+0
* PowerPC64 ELFv2 ABI: base supportUlrich Weigand2014-02-041-0/+35
* PowerPC64 little-endian fixes: 128-bit DFP parameters / registersUlrich Weigand2014-02-041-4/+4
* PowerPC64 little-endian fixes: VSX tests and pseudo-regsUlrich Weigand2014-02-041-4/+8