summaryrefslogtreecommitdiff
path: root/gdb/rs6000-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add type::name / type::set_nameSimon Marchi2020-05-161-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-3/+3
* Rename "variant" to "ppc_variant"Tom Tromey2020-04-241-5/+5
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-22/+6
* Fix build with gcc-4.8.xBernd Edlinger2020-02-181-1/+2
* gdb: introduce displaced_step_closure_up type aliasSimon Marchi2020-02-141-1/+1
* gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi2020-02-141-2/+2
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-081-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-4/+4
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Remove Cell Broadband Engine debugging supportUlrich Weigand2019-09-201-10/+0
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* gdb/rs6000: Use default gdbarch methods where possibleAndrew Burgess2019-04-231-18/+0
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-2/+2
* Rename gdb exception typesTom Tromey2019-04-081-2/+2
* Rewrite TRY/CATCHTom Tromey2019-04-081-6/+4
* [PowerPC] Aliases for vector registersPedro Franco de Carvalho2019-01-141-1/+107
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* rs6000-tdep.c:skip_prologue avoid negative left shiftJoel Brobecker2018-11-011-4/+7
* [PowerPC] Add support for HTM registersEdjunior Barbosa Machado2018-10-261-85/+544
* [PowerPC] Reject tdescs with VSX and no FPU or AltivecPedro Franco de Carvalho2018-10-261-1/+2
* [PowerPC] Add support for EBB and PMU registersEdjunior Barbosa Machado2018-10-261-1/+73
* [PowerPC] Add support for TAREdjunior Barbosa Machado2018-10-261-0/+25
* [PowerPC] Add support for PPR and DSCREdjunior Barbosa Machado2018-10-261-1/+61
* [PowerPC] Refactor have_ initializers in rs6000-tdep.cPedro Franco de Carvalho2018-10-261-2/+2
* [PowerPC] Remove rs6000_pseudo_register_reggroup_pPedro Franco de Carvalho2018-10-261-24/+0
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-5/+2
* Simple -Wshadow=local fixesTom Tromey2018-10-041-12/+12
* Use CORE_ADDR_MAX in various "breaks" arraysTom Tromey2018-08-271-1/+1
* Fix -Wunused-variable warnings related to conditional compilationSimon Marchi2018-07-211-3/+2
* Rename tdesc_register_size to tdesc_register_bitsizeAlan Hayward2018-07-111-2/+2
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Remove regcache_raw_collectSimon Marchi2018-05-301-1/+1
* Remove regcache_raw_supplySimon Marchi2018-05-301-1/+1
* Remove regcache_raw_write_partSimon Marchi2018-05-301-3/+2
* Remove regcache_raw_writeSimon Marchi2018-05-301-10/+10
* [PowerPC] Fix inclusion of dfp pseudoregs in tdepPedro Franco de Carvalho2018-05-221-4/+6
* [PowerPC] Fix VSX registers in linux core filesPedro Franco de Carvalho2018-05-221-74/+0
* [PowerPC] Fix access to VSCR in linux targetsPedro Franco de Carvalho2018-05-221-110/+0
* Add two fall-through comments in rs6000-tdep.cTom Tromey2018-05-041-0/+2
* Convert struct target_ops to C++Pedro Alves2018-05-031-1/+1
* ppc: Fix stwux and stdux masks in skip_prologuePedro Franco de Carvalho2018-03-221-9/+2
* ppc: Detect when LR is saved through frame pointerPedro Franco de Carvalho2018-03-221-18/+53
* class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi2018-02-211-16/+36
* ppc64: Fix stwux encodingJan Kratochvil2018-02-051-1/+1
* Fix for prologue processing on PowerPCNikola Prica2018-01-311-2/+2
* PowerPC PLT stub matchingAlan Modra2018-01-261-7/+7