summaryrefslogtreecommitdiff
path: root/gdb/rs6000-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove write-only assignment in rs6000-tdep.cUros Bizjak2017-12-201-1/+0
* [PowerPC] Detect different long double floating-point formatsUlrich Weigand2017-11-211-1/+21
* Constify add_setshow_*Tom Tromey2017-11-071-2/+2
* Target FP: Remove convert_typed_floating from tdep filesUlrich Weigand2017-11-061-5/+5
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-14/+14
* Create a displaced_step_closure class hierarchySimon Marchi2017-10-211-8/+11
* Remove simple_displaced_step_copy_insnSimon Marchi2017-10-121-2/+1
* Constify add_prefix_cmdTom Tromey2017-10-111-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki2017-08-071-1/+1
* gdbarch: Remove displaced_step_free_closureSimon Marchi2017-06-101-2/+0
* Use disassemble.c:disassembler select rs6000 disassemblerYao Qi2017-05-241-14/+0
* Add PPC_MAX_REGISTER_SIZEAlan Hayward2017-05-221-2/+2
* Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi2017-05-021-7/+8
* -Wwrite-strings: The RestPedro Alves2017-04-051-2/+2
* GDB: Add support for the new set/show disassembler-options commands.Peter Bergner2017-02-281-0/+7
* [ppc64] Add POWER8/ISA 2.07 atomic sequences single-stepping supportEdjunior Barbosa Machado2017-02-211-18/+35
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb: Remove support for obsolete OSABIs and a.outPedro Alves2016-12-091-2/+1
* 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