aboutsummaryrefslogtreecommitdiff
path: root/gdb/s390-tdep.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-19S390: Fix crash when remote tdesc doesn't define vec128Andreas Arnez1-1/+2
2018-10-04Simple -Wshadow=local fixesTom Tromey1-3/+3
2018-07-13S390: Fix displaced stepping of "basr r,0"Andreas Arnez1-0/+3
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+1
2018-05-30Remove regcache_raw_supplySimon Marchi1-2/+2
2018-05-30Remove regcache_cooked_write_partSimon Marchi1-11/+6
2018-05-30Remove regcache_cooked_read_partSimon Marchi1-6/+4
2018-05-30Remove regcache_cooked_writeSimon Marchi1-9/+6
2018-05-30Remove regcache_cooked_readSimon Marchi1-4/+3
2018-05-30Remove regcache_raw_writeSimon Marchi1-2/+2
2018-05-30Remove regcache_raw_readSimon Marchi1-1/+1
2018-05-04Fix "fall through" commentsTom Tromey1-2/+4