aboutsummaryrefslogtreecommitdiff
path: root/gdb/rs6000-tdep.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-14gdb: add type::is_vector / type::set_is_vectorSimon Marchi1-2/+2
2020-05-16gdb: add type::name / type::set_nameSimon Marchi1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-3/+3
2020-04-24Rename "variant" to "ppc_variant"Tom Tromey1-5/+5
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-22/+6
2020-02-18Fix build with gcc-4.8.xBernd Edlinger1-1/+2
2020-02-14gdb: introduce displaced_step_closure_up type aliasSimon Marchi1-1/+1
2020-02-14gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi1-2/+2
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
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-4/+4
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand1-10/+0
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-04-23gdb/rs6000: Use default gdbarch methods where possibleAndrew Burgess1-18/+0
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-2/+2
2019-04-08Rename gdb exception typesTom Tromey1-2/+2