aboutsummaryrefslogtreecommitdiff
path: root/gdb/s390-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-16S390: Multi-inferior watchpoint supportAndreas Arnez1-10/+139
2016-09-16S390: Migrate watch areas from list to VEC typeAndreas Arnez1-37/+34
2016-09-16S390: Avoid direct access to lwp_info structureAndreas Arnez1-24/+36
2016-04-21Fix s390 GNU/Linux gdb and gdbserver buildsPedro Alves1-3/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-07-31Mostly trivial enum fixesSimon Marchi1-3/+3
2015-07-24Fix s390 GNU/Linux build after enum __ptrace_request changesPedro Alves1-10/+10
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves1-1/+1
2015-06-01Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi1-8/+1
2015-05-08S390: Fix for inadvertently setting 24-bit mode in fill_gregsetAndreas Arnez1-9/+19
2015-03-11S390: Defer PER info update until resumeAndreas Arnez1-4/+45
2015-03-02S390: Add vector register support to gdbAndreas Arnez1-29/+55
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07S390: Migrate to regcache_supply/collect_regset.Andreas Arnez1-100/+77
2014-05-13S390: Fix erroneous offset in fill_gregset.Andreas Arnez1-1/+1
2014-02-19Add target_ops argument to to_region_ok_for_hw_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_insert_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_remove_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_can_use_hw_breakpointTom Tromey1-1/+2
2014-02-19add "this" pointers to more target APIsTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-06S390: Fix TDB regset recognitionAndreas Arnez1-2/+3
2013-10-30S/390: Rename source files to *-linux-*Ulrich Weigand1-0/+695