summaryrefslogtreecommitdiff
path: root/gdb/rs6000-aix-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi2020-12-041-2/+4
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-34/+34
* gdb: remove TYPE_VECTORSimon Marchi2020-09-141-1/+1
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-8/+8
* 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
* Make a bunch of functions staticSimon Marchi2019-11-261-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-2/+3
* Reading signal handler frame in AIXSangamesh Mallayya2018-11-011-1/+115
* Split size in regset section iteratorsAlan Hayward2018-08-131-2/+2
* Remove regcache_cooked_writeSimon Marchi2018-05-301-13/+9
* Remove regcache_cooked_readSimon Marchi2018-05-301-5/+4
* [PowerPC] Fix access to VSCR in linux targetsPedro Franco de Carvalho2018-05-221-12/+2
* Use gdb::byte_vector when reading section dataTom Tromey2018-03-121-11/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Target FP: Remove convert_typed_floating from tdep filesUlrich Weigand2017-11-061-4/+4
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-2/+2
* Make xml_escape_text return an std::stringSimon Marchi2017-09-161-7/+3
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* gdbarch: Remove displaced_step_free_closureSimon Marchi2017-06-101-1/+0
* Add PPC_MAX_REGISTER_SIZEAlan Hayward2017-05-221-3/+3
* Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi2017-05-021-5/+5
* Teach GDB that wchar_t is a built-in type in C++ modePedro Alves2017-04-121-0/+5
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Change gdbarch software_single_step frame_info to regcacheYao Qi2016-11-221-3/+2
* gdbarch software_single_step frame_info to regcache: rs6000Yao Qi2016-11-221-14/+18
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-5/+7
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+2
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+4
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* PPC: Migrate from 'regset_from_core_section' to 'iterate_over_regset_sections'Andreas Arnez2014-09-301-17/+10
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Constify regset structures.Andreas Arnez2014-05-211-2/+2
* core_xfer_shared_libraries and core_xfer_shared_libraries_aix returns ULONGESTYao Qi2014-02-071-3/+3
* Change 'len''s type from LONGEST to ULONGEST: gdbarch methods core_xfer_share...Yao Qi2014-01-141-1/+1
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1