aboutsummaryrefslogtreecommitdiff
path: root/gdb/rs6000-aix-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-26Make a bunch of functions staticSimon Marchi1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-16Pass return_method to _push_dummy_callAlan Hayward1-2/+3
2018-11-01Reading signal handler frame in AIXSangamesh Mallayya1-1/+115
2018-08-13Split size in regset section iteratorsAlan Hayward1-2/+2
2018-05-30Remove regcache_cooked_writeSimon Marchi1-13/+9
2018-05-30Remove regcache_cooked_readSimon Marchi1-5/+4
2018-05-22[PowerPC] Fix access to VSCR in linux targetsPedro Franco de Carvalho1-12/+2
2018-03-12Use gdb::byte_vector when reading section dataTom Tromey1-11/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-06Target FP: Remove convert_typed_floating from tdep filesUlrich Weigand1-4/+4
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-2/+2
2017-09-16Make xml_escape_text return an std::stringSimon Marchi1-7/+3
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi1-1/+0
2017-05-22Add PPC_MAX_REGISTER_SIZEAlan Hayward1-3/+3
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi1-5/+5
2017-04-12Teach GDB that wchar_t is a built-in type in C++ modePedro Alves1-0/+5
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi1-3/+2
2016-11-22gdbarch software_single_step frame_info to regcache: rs6000Yao Qi1-14/+18
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi1-5/+7
2016-05-07remove trivialy unused variablesTrevor Saunders1-2/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+4
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-30PPC: Migrate from 'regset_from_core_section' to 'iterate_over_regset_sections'Andreas Arnez1-17/+10
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-05-21Constify regset structures.Andreas Arnez1-2/+2
2014-02-07core_xfer_shared_libraries and core_xfer_shared_libraries_aix returns ULONGESTYao Qi1-3/+3
2014-01-14Change 'len''s type from LONGEST to ULONGEST: gdbarch methods core_xfer_share...Yao Qi1-1/+1
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-05-20De-indent example code in rs6000-aix-tdep.c (ARI fix)Joel Brobecker1-44/+44
2013-05-15ppc-aix core file relocation.Joel Brobecker1-0/+297
2013-05-13Float parameter passing in funcall on ppc-aix & ppc-lynx178.Joel Brobecker1-5/+10
2013-05-06Reimplement shared library support on ppc-aix...Joel Brobecker1-13/+7
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-18Port GDB to powerpc-lynx178.Joel Brobecker1-0/+8