aboutsummaryrefslogtreecommitdiff
path: root/gdb/s390-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-16Remove register_gdbarch_initTom Tromey1-1/+1
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-21/+21
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-30/+30
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-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi1-34/+40
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-11/+12
2021-07-08gdb: don't set Linux-specific displaced stepping methods in s390_gdbarch_initSimon Marchi1-4/+0
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi1-0/+2
2021-05-27gdb: fix some indentation issuesSimon Marchi1-6/+6
2021-03-24gdb: remove current_top_target functionSimon Marchi1-1/+2
2021-02-24gdb: spread a little 'const' through the target_section_table codeAndrew Burgess1-2/+2
2021-01-19trad-frame cleanupsLuis Machado1-7/+7
2021-01-04Refactor struct trad_frame_saved_regsLuis Machado1-9/+9
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi1-1/+4
2020-12-04gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi1-8/+9
2020-11-19gdb/s390: Correct recording of "store on condition" insnsAndreas Arnez1-3/+14
2020-10-30gdb: introduce displaced_debug_printfSimon Marchi1-22/+10
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-6/+4
2020-09-14Use type_instance_flags more throughoutPedro Alves1-6/+7
2020-09-14gdb: remove TYPE_VECTORSimon Marchi1-3/+3
2020-09-14gdb: remove TYPE_VARARGSSimon Marchi1-2/+2
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-2/+2
2020-07-29[tdep/s390] Fix Wmaybe-uninitialized in s390_displaced_step_fixupTom de Vries1-2/+3
2020-06-08gdb: remove FIELD_TYPE macroSimon Marchi1-1/+1
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-9/+9
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-10-17[gdb] Fix typos in commentsTom de Vries1-8/+8
2019-10-15Change gcc_target_options to return std::stringTom Tromey1-2/+2
2019-10-15s390: Fix infcalls passing a single-field struct with static membersAndreas Arnez1-3/+18
2019-10-09s390: Add record/replay support for arch13 instructionsAndreas Arnez1-6/+49
2019-09-19bfd_section_* macrosAlan Modra1-3/+1
2019-08-09s390: Implement 'type_align' gdbarch methodAndreas Arnez1-0/+33
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-16Pass return_method to _push_dummy_callAlan Hayward1-3/+4