aboutsummaryrefslogtreecommitdiff
path: root/gdb/s390-linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-4/+4
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21[gdb/tdep] Handle memory error in s390_linux_get_syscall_numberTom de Vries1-3/+12
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-11gdb: rename target_read_auxv(target_ops *) to target_read_auxv_rawSimon Marchi1-1/+1
2022-10-11gdb: fix auxv cachingSimon Marchi1-1/+2
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-4/+4
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-10/+10
2022-07-12[gdb/record] Support recording of getrandomTom de Vries1-0/+2
2022-03-29Unify gdb printf functionsTom Tromey1-4/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Use correct stream for process record outputTom Tromey1-3/+4
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi1-10/+10
2021-08-17gdb: Don't assume r_ldsomap when r_version > 1 on LinuxH.J. Lu1-2/+2
2021-07-08gdb: don't set Linux-specific displaced stepping methods in s390_gdbarch_initSimon Marchi1-1/+1
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi1-0/+1
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: make displaced stepping implementation capable of managing multiple buffersSimon Marchi1-1/+1
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-26/+26
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-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-03-25Add linux_get_hwcapAlan Hayward1-2/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-08-13Split size in regset section iteratorsAlan Hayward1-11/+12
2018-07-22Simple unused variable removalsTom Tromey1-2/+0
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-2/+2
2018-05-30Remove regcache_register_statusSimon Marchi1-6/+4
2018-01-30s390: Fix gdb.base/all-architectures.exp with --enable-targets=allPhilipp Rudo1-10/+0
2018-01-23s390: Clean up s390-linux-tdep.cPhilipp Rudo1-32/+44
2018-01-23s390: Move record-replay to s390-tdep.cPhilipp Rudo1-3961/+0
2018-01-23s390: Split up s390-linux-tdep.c into two filesPhilipp Rudo1-3150/+6
2018-01-23s390: gdbarch_tdep add hook for syscall recordPhilipp Rudo1-2/+20
2018-01-23s390: Hook s390 into OSABI mechanismPhilipp Rudo1-127/+154
2018-01-23s390: if -> gdb_assert for tdesc_has_registers checkPhilipp Rudo1-8/+6
2018-01-23s390: Move tdesc validation to separate functionPhilipp Rudo1-177/+166
2018-01-23s390: gdbarch_tdep add field tdescPhilipp Rudo1-1/+7
2018-01-23s390: gdbarch_tdep.have_* int -> boolPhilipp Rudo1-10/+10
2018-01-23s390: Allocate gdbarch & tdep at start of gdbarch_initPhilipp Rudo1-42/+65
2018-01-23s390: Remove duplicate checks for cached gdbarch at initPhilipp Rudo1-6/+3
2018-01-22Replace regcache_raw_read with regcache->raw_readYao Qi1-8/+7
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-4/+4
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi1-7/+11
2017-10-12C++-ify prologue-value's pv_areaTom Tromey1-10/+8
2017-10-05Clean up includes of doublest.h and floatformat.hUlrich Weigand1-1/+0