aboutsummaryrefslogtreecommitdiff
path: root/gdb/rs6000-tdep.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-2/+2
2021-04-13Fix build failure for 32-bit targets with --enable-targets=allLuis Machado1-2/+4
2021-04-12[PATCH] gdb-power10-single-stepWill Schmidt1-9/+49
2021-04-12[PATCH, rs6000, v3][PR gdb/27525] displaced stepping across addpcis/lnia.Will Schmidt1-1/+26
2021-04-12RS6000 Add support to print vector register contents as float128Carl Love1-0/+6
2021-03-24gdb: remove current_top_target functionSimon Marchi1-1/+2
2021-01-19trad-frame cleanupsLuis Machado1-4/+2
2021-01-19Convert some frame functions to use gdb::array_view.Luis Machado1-4/+8
2021-01-04Refactor struct trad_frame_saved_regsLuis Machado1-13/+14
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi1-1/+1
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi1-2/+76
2020-12-04gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi1-7/+9
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-205/+205
2020-10-30gdb: introduce displaced_debug_printfSimon Marchi1-28/+13
2020-10-30gdb: rs6000_dwarf2_reg_to_regnum return -1 for unknown register numberSimon Marchi1-2/+3
2020-10-29gdb: remove parameter of gdbarch_displaced_step_hw_singlestepSimon Marchi1-2/+1
2020-10-20gdb: make gdbarch_displaced_step_hw_singlestep return boolSimon Marchi1-2/+2
2020-09-17Change management of tdesc_arch_dataTom Tromey1-122/+62