summaryrefslogtreecommitdiff
path: root/gdb/s390-linux-tdep.c
AgeCommit message (Expand)Author
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess
2022-07-12[gdb/record] Support recording of getrandomTom de Vries
2022-03-29Unify gdb printf functionsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-29Use correct stream for process record outputTom Tromey
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi
2021-08-17gdb: Don't assume r_ldsomap when r_version > 1 on LinuxH.J. Lu
2021-07-08gdb: don't set Linux-specific displaced stepping methods in s390_gdbarch_initSimon Marchi
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi
2021-01-04Refactor struct trad_frame_saved_regsLuis Machado
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-04gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-09-19bfd_section_* macrosAlan Modra
2019-03-25Add linux_get_hwcapAlan Hayward
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-08-13Split size in regset section iteratorsAlan Hayward
2018-07-22Simple unused variable removalsTom Tromey
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves
2018-05-30Remove regcache_register_statusSimon Marchi
2018-01-30s390: Fix gdb.base/all-architectures.exp with --enable-targets=allPhilipp Rudo
2018-01-23s390: Clean up s390-linux-tdep.cPhilipp Rudo
2018-01-23s390: Move record-replay to s390-tdep.cPhilipp Rudo
2018-01-23s390: Split up s390-linux-tdep.c into two filesPhilipp Rudo
2018-01-23s390: gdbarch_tdep add hook for syscall recordPhilipp Rudo
2018-01-23s390: Hook s390 into OSABI mechanismPhilipp Rudo
2018-01-23s390: if -> gdb_assert for tdesc_has_registers checkPhilipp Rudo
2018-01-23s390: Move tdesc validation to separate functionPhilipp Rudo
2018-01-23s390: gdbarch_tdep add field tdescPhilipp Rudo
2018-01-23s390: gdbarch_tdep.have_* int -> boolPhilipp Rudo
2018-01-23s390: Allocate gdbarch & tdep at start of gdbarch_initPhilipp Rudo
2018-01-23s390: Remove duplicate checks for cached gdbarch at initPhilipp Rudo
2018-01-22Replace regcache_raw_read with regcache->raw_readYao Qi
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi
2017-10-12C++-ify prologue-value's pv_areaTom Tromey
2017-10-05Clean up includes of doublest.h and floatformat.hUlrich Weigand
2017-09-25S390: Add guarded-storage register support to GDBAndreas Arnez
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-07-13S390: Add record/replay support for arch12 instructionsAndreas Arnez
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi
2017-05-24Delegate opcodes to select disassembler in GDBYao Qi
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov
2017-03-20s390: Fix displaced-stepping certain relative branch insnsAndreas Arnez
2017-02-28GDB: Add support for the new set/show disassembler-options commands.Peter Bergner