summaryrefslogtreecommitdiff
path: root/gdb/rs6000-aix-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build breakage in rs6000-aix-tdep.cTom Tromey2023-03-161-5/+0
* Enable vector register visibility in core for AIX.Aditya Vidyadhar Kamath2023-03-151-0/+36
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-10/+9
* Enable vector instruction debugging for AIXAditya Vidyadhar Kamath2023-03-071-0/+182
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-7/+7
* Turn value_type into methodTom Tromey2023-02-131-3/+3
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Fix call functions command bug in 64 bits programs for AIXAditya Vidyadhar Kamath2022-11-171-1/+9
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-5/+5
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-8/+8
* Move solib_ops into gdbarchTom Tromey2022-09-201-1/+1
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-8/+8
* ODR warning for struct field_infoTom Tromey2022-06-021-8/+8
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: move AIX_TEXT_SEGMENT_BASE to rs6000-aix-tdep.c, remove rs6000-tdep.hSimon Marchi2021-11-181-1/+3
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-9/+10
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-6/+7
* 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