summaryrefslogtreecommitdiff
path: root/gdb/s390-linux-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: rename target_read_auxv(target_ops *) to target_read_auxv_rawSimon Marchi2022-10-111-1/+1
* gdb: fix auxv cachingSimon Marchi2022-10-111-1/+2
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-4/+4
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-10/+10
* [gdb/record] Support recording of getrandomTom de Vries2022-07-121-0/+2
* Unify gdb printf functionsTom Tromey2022-03-291-4/+4
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Use correct stream for process record outputTom Tromey2021-12-291-3/+4
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-10/+10
* gdb: Don't assume r_ldsomap when r_version > 1 on LinuxH.J. Lu2021-08-171-2/+2
* gdb: don't set Linux-specific displaced stepping methods in s390_gdbarch_initSimon Marchi2021-07-081-1/+1
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+1
* Refactor struct trad_frame_saved_regsLuis Machado2021-01-041-9/+9
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi2020-12-041-1/+1
* gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi2020-12-041-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-26/+26
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* Add linux_get_hwcapAlan Hayward2019-03-251-2/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Split size in regset section iteratorsAlan Hayward2018-08-131-11/+12
* Simple unused variable removalsTom Tromey2018-07-221-2/+0
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-2/+2
* Remove regcache_register_statusSimon Marchi2018-05-301-6/+4
* s390: Fix gdb.base/all-architectures.exp with --enable-targets=allPhilipp Rudo2018-01-301-10/+0
* s390: Clean up s390-linux-tdep.cPhilipp Rudo2018-01-231-32/+44
* s390: Move record-replay to s390-tdep.cPhilipp Rudo2018-01-231-3961/+0
* s390: Split up s390-linux-tdep.c into two filesPhilipp Rudo2018-01-231-3150/+6
* s390: gdbarch_tdep add hook for syscall recordPhilipp Rudo2018-01-231-2/+20
* s390: Hook s390 into OSABI mechanismPhilipp Rudo2018-01-231-127/+154
* s390: if -> gdb_assert for tdesc_has_registers checkPhilipp Rudo2018-01-231-8/+6
* s390: Move tdesc validation to separate functionPhilipp Rudo2018-01-231-177/+166
* s390: gdbarch_tdep add field tdescPhilipp Rudo2018-01-231-1/+7
* s390: gdbarch_tdep.have_* int -> boolPhilipp Rudo2018-01-231-10/+10
* s390: Allocate gdbarch & tdep at start of gdbarch_initPhilipp Rudo2018-01-231-42/+65
* s390: Remove duplicate checks for cached gdbarch at initPhilipp Rudo2018-01-231-6/+3
* Replace regcache_raw_read with regcache->raw_readYao Qi2018-01-221-8/+7
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-4/+4
* Create a displaced_step_closure class hierarchySimon Marchi2017-10-211-7/+11
* C++-ify prologue-value's pv_areaTom Tromey2017-10-121-10/+8
* Clean up includes of doublest.h and floatformat.hUlrich Weigand2017-10-051-1/+0
* S390: Add guarded-storage register support to GDBAndreas Arnez2017-09-251-3/+91
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* S390: Add record/replay support for arch12 instructionsAndreas Arnez2017-07-131-24/+96
* gdbarch: Remove displaced_step_free_closureSimon Marchi2017-06-101-2/+0
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-2/+0