aboutsummaryrefslogtreecommitdiff
path: root/gdb/rs6000-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-14gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_regist...Simon Marchi1-2/+2
2023-12-14gdb: make get_frame_register_bytes take the next frameSimon Marchi1-5/+5
2023-12-14gdb: make put_frame_register take the next frameSimon Marchi1-1/+1
2023-12-14gdb: make put_frame_register take an array_viewSimon Marchi1-3/+4
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-26/+26
2023-11-08rs6000, Fix test gdb.base/store.expCarl Love1-1/+64
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi1-1/+1
2023-09-20Remove explanatory comments from includesTom Tromey1-2/+2
2023-08-17[gdb/build, c++20] Fix Wdeprecated-enum-enum-conversionTom de Vries1-1/+2
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-04-21Use entry values for 32-bit PPC struct returnTom Tromey1-2/+1
2023-04-21Handle erroneous DW_AT_call_return_pcTom Tromey1-0/+19
2023-04-06gdb: fix reg corruption from displaced stepping on amd64Andrew Burgess1-1/+11
2023-03-29gdb: move displaced_step_dump_bytes into gdbsupport (and rename)Andrew Burgess1-1/+1
2023-03-27displaced step: pass down target_waitstatus instead of gdb_signalPedro Alves1-2/+2
2023-03-18Unify arch_float_type and init_float_typeTom Tromey1-1/+2
2023-03-13gdb: add gdbarch::displaced_step_buffer_lengthAndrew Burgess1-2/+4
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-16/+16
2023-02-27Remove old GNU indent directivesTom Tromey1-2/+0
2023-01-05gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi1-4/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-20sim: move register headers into sim/ namespace [PR sim/29869]Mike Frysinger1-1/+1
2022-11-14PowerPC, fix support for printing the function return value for non-trivial v...Carl Love1-1/+5
2022-11-04PowerPC update comments for the MMA instruction name changes.Carl Love1-30/+43
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-11/+7
2022-10-11gdb: fix auxv cachingSimon Marchi1-2/+1
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-17/+17
2022-09-29Constify target_desc declarationsKeith Seitz1-1/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-2/+2
2022-08-04Use registry in gdbarchTom Tromey1-1/+1
2022-07-28Rewrite registry.hTom Tromey1-1/+1
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-66/+66
2022-04-26Add recording support for the ISA 3.1 PowerPC instructions.Carl Love1-26/+1169
2022-04-07gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess1-1/+1
2022-04-02gdb: rename floatformats_ia64_quad to floatformats_ieee_quadTiezhu Yang1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-18/+18
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Use correct stream for process record outputTom Tromey1-1/+1
2021-12-08ppc: recognize all program trapsJan Vrany1-0/+65
2021-12-08ppc: use "trap" ("tw, 31, 0, 0") as breakpoint instructionJan Vrany1-2/+2
2021-11-18gdb: PowerPC fix gdb.base/break-interp.expCarl Love1-9/+1
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi1-61/+60
2021-11-02[gdb/tdep, rs6000] Don't skip system call in skip_prologueTom de Vries1-0/+6
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-7/+5
2021-10-13PPC fix for stfiwx instruction (and additional stores with primary opcode of 31)Carl Love1-4/+4
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi1-0/+2
2021-06-28gdb: remove gdbarch_info_initSimon Marchi1-3/+1
2021-06-07Add Power 10 PLT instruction patternsCarl Love1-0/+8
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi1-8/+8
2021-05-27gdb: fix some indentation issuesSimon Marchi1-3/+6