aboutsummaryrefslogtreecommitdiff
path: root/gdb/s390-tdep.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-03Convert struct target_ops to C++Pedro Alves1-1/+1
2018-02-21class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi1-1/+1
2018-01-30s390: Fix gdb.base/all-architectures.exp with --enable-targets=allPhilipp Rudo1-2/+21
2018-01-23s390: Move record-replay to s390-tdep.cPhilipp Rudo1-0/+3964
2018-01-23s390: Split up s390-linux-tdep.c into two filesPhilipp Rudo1-0/+3159
2013-10-30S/390: Rename source files to *-linux-*Ulrich Weigand1-3390/+0
2013-10-30Clean up whitespace in S/390 -tdep and -nat files.Ulrich Weigand1-131/+131
2013-09-16 * arm-linux-tdep.c: Add "elf/common.h" header.Pierre Muller1-2/+2