aboutsummaryrefslogtreecommitdiff
path: root/gdb/s390-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-28[gdb] Fix segfault in for_each_block, part 2Tom de Vries1-1/+4
2023-10-10gdb: remove target_gdbarchSimon Marchi1-1/+1
2023-07-14*-linux-nat: Handle null inferior in read_description.John Baldwin1-0/+3
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-13[gdb/tdep] Fix s390_linux_nat_target::stopped_by_watchpointTom de Vries1-8/+7
2022-10-11gdb: fix auxv cachingSimon Marchi1-1/+1
2022-09-29gdb: constify auxv parse functionsSimon Marchi1-5/+5
2022-03-29Unify gdb printf functionsTom Tromey1-4/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-17[gdb/build, s390x] Fix build after gdbarch_tdep changesAndreas Arnez1-1/+1
2021-05-23[gdb/tdep] Use pid to choose process 64/32-bitnessTom de Vries1-1/+1
2021-03-24gdb: remove current_top_target functionSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-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-07-17Remove a VEC from s390-linux-nat.cTom Tromey1-48/+32
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-03-25Fix s390 buildAlan Hayward1-0/+1
2019-03-25Add linux_get_hwcapAlan Hayward1-2/+1
2019-03-12Change iterate_over_lwps to take a gdb::function_viewTom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-08-31Eliminate target_have_continuable_watchpointPedro Alves1-1/+0
2018-07-03Remove ptid_get_lwpTom Tromey1-2/+2
2018-07-03Remove ptid_get_pidTom Tromey1-9/+9
2018-07-03Remove pid_to_ptidTom Tromey1-1/+1
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+1
2018-05-30Remove regcache_raw_collectSimon Marchi1-2/+2
2018-05-30Remove regcache_raw_supplySimon Marchi1-2/+2
2018-05-30Remove regcache_get_ptidSimon Marchi1-2/+2
2018-05-03Fix s390 GNU/Linux buildPedro Alves1-2/+1
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-3/+1
2018-05-03linux_nat_target: More low methodsPedro Alves1-15/+17
2018-05-03target_ops: Use bool throughoutPedro Alves1-8/+7
2018-05-03Convert struct target_ops to C++Pedro Alves1-59/+65
2018-01-23s390: Split up s390-linux-tdep.c into two filesPhilipp Rudo1-0/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-3/+3
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi1-0/+9
2017-09-25S390: Add guarded-storage register support to GDBAndreas Arnez1-2/+21
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi1-2/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-09-19gdb/s390: Fix build breakage due to std::min/std::max usage without headerPedro Alves1-0/+1
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-4/+4
2016-09-16S390: Hardware breakpoint supportAndreas Arnez1-9/+123
2016-09-16S390: Enable "maint set show-debug-regs"Andreas Arnez1-0/+51