summaryrefslogtreecommitdiff
path: root/gdb/ppc-sysv-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Replace field_is_static with a methodTom Tromey2023-05-011-1/+1
* Use entry values for 32-bit PPC struct returnTom Tromey2023-04-211-2/+1
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-2/+2
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-2/+2
* Turn value_type into methodTom Tromey2023-02-131-8/+8
* gdb: remove language.h include from frame.hSimon Marchi2023-01-201-0/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Cosmetic fix in ppc-sysv-tdep.cTom Tromey2022-12-061-3/+4
* PowerPC, fix support for printing the function return value for non-trivial v...Carl Love2022-11-141-0/+41
* PowerPC, function ppc64_sysv_abi_return_value add missing return value conven...Carl Love2022-11-141-0/+4
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-1/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-98/+98
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-12/+12
* [gdb/tdep] Fix PowerPC IEEE 128-bit format arg passingTom de Vries2022-09-161-6/+19
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-11/+11
* PowerPC: Add support for IEEE 128-bit format.Carl Love2022-07-151-18/+69
* gdb: remove symbol value macrosSimon Marchi2022-04-111-1/+1
* gdb: fix ppc-sysv-tdep.c build on 32-bit platformsJohn Baldwin2022-01-281-1/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* (PPC64) fix handling of fixed-point values when using "return" commandJoel Brobecker2021-12-021-3/+19
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-11/+11
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-2/+2
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-1/+1
* gdb: fix some indentation issuesSimon Marchi2021-05-271-4/+4
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-29/+29
* gdb: remove TYPE_VECTORSimon Marchi2020-09-141-22/+22
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-2/+2
* gdb: remove TYPE_FIELD macroSimon Marchi2020-05-231-1/+1
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-3/+3
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-99/+99
* 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-2/+2
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-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-4/+6
* Simple -Wshadow=local fixesTom Tromey2018-10-041-6/+5
* Remove regcache_cooked_write_partSimon Marchi2018-05-301-11/+10
* Remove regcache_cooked_read_partSimon Marchi2018-05-301-6/+6
* Remove regcache_cooked_writeSimon Marchi2018-05-301-105/+75
* Remove regcache_cooked_readSimon Marchi2018-05-301-46/+36
* 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-12/+13
* Add PPC_MAX_REGISTER_SIZEAlan Hayward2017-05-221-17/+17
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-4/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-1/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1
* ppc64: Handle short vectors as function return typesUlrich Weigand2015-06-121-2/+29