aboutsummaryrefslogtreecommitdiff
path: root/gdb/ppc-sysv-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-01Replace field_is_static with a methodTom Tromey1-1/+1
2023-04-21Use entry values for 32-bit PPC struct returnTom Tromey1-2/+1
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-2/+2
2023-02-13Turn remaining value_contents functions into methodsTom Tromey1-2/+2
2023-02-13Turn value_type into methodTom Tromey1-8/+8
2023-01-20gdb: remove language.h include from frame.hSimon Marchi1-0/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-06Cosmetic fix in ppc-sysv-tdep.cTom Tromey1-3/+4
2022-11-14PowerPC, fix support for printing the function return value for non-trivial v...Carl Love1-0/+41
2022-11-14PowerPC, function ppc64_sysv_abi_return_value add missing return value conven...Carl Love1-0/+4
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-1/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-98/+98
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-12/+12
2022-09-16[gdb/tdep] Fix PowerPC IEEE 128-bit format arg passingTom de Vries1-6/+19
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-11/+11
2022-07-15PowerPC: Add support for IEEE 128-bit format.Carl Love1-18/+69
2022-04-11gdb: remove symbol value macrosSimon Marchi1-1/+1
2022-01-28gdb: fix ppc-sysv-tdep.c build on 32-bit platformsJohn Baldwin1-1/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-02(PPC64) fix handling of fixed-point values when using "return" commandJoel Brobecker1-3/+19
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi1-11/+11
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-2/+2
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi1-1/+1
2021-05-27gdb: fix some indentation issuesSimon Marchi1-4/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-29/+29
2020-09-14gdb: remove TYPE_VECTORSimon Marchi1-22/+22
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-2/+2
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-1/+1
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-3/+3
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-99/+99
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-2/+2
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-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-4/+6
2018-10-04Simple -Wshadow=local fixesTom Tromey1-6/+5
2018-05-30Remove regcache_cooked_write_partSimon Marchi1-11/+10
2018-05-30Remove regcache_cooked_read_partSimon Marchi1-6/+6
2018-05-30Remove regcache_cooked_writeSimon Marchi1-105/+75
2018-05-30Remove regcache_cooked_readSimon Marchi1-46/+36
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-12/+13
2017-05-22Add PPC_MAX_REGISTER_SIZEAlan Hayward1-17/+17
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-4/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-1/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-06-12ppc64: Handle short vectors as function return typesUlrich Weigand1-2/+29