summaryrefslogtreecommitdiff
path: root/gdb/s390-linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Use ptid from regcache in almost all remaining nat filesSimon Marchi2017-03-201-2/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb/s390: Fix build breakage due to std::min/std::max usage without headerPedro Alves2016-09-191-0/+1
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-4/+4
* S390: Hardware breakpoint supportAndreas Arnez2016-09-161-9/+123
* S390: Enable "maint set show-debug-regs"Andreas Arnez2016-09-161-0/+51
* S390: Multi-inferior watchpoint supportAndreas Arnez2016-09-161-10/+139
* S390: Migrate watch areas from list to VEC typeAndreas Arnez2016-09-161-37/+34
* S390: Avoid direct access to lwp_info structureAndreas Arnez2016-09-161-24/+36
* Fix s390 GNU/Linux gdb and gdbserver buildsPedro Alves2016-04-211-3/+3
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Mostly trivial enum fixesSimon Marchi2015-07-311-3/+3
* Fix s390 GNU/Linux build after enum __ptrace_request changesPedro Alves2015-07-241-10/+10
* Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves2015-07-241-1/+1
* Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi2015-06-011-8/+1
* S390: Fix for inadvertently setting 24-bit mode in fill_gregsetAndreas Arnez2015-05-081-9/+19
* S390: Defer PER info update until resumeAndreas Arnez2015-03-111-4/+45
* S390: Add vector register support to gdbAndreas Arnez2015-03-021-29/+55
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* S390: Migrate to regcache_supply/collect_regset.Andreas Arnez2014-08-071-100/+77
* S390: Fix erroneous offset in fill_gregset.Andreas Arnez2014-05-131-1/+1
* Add target_ops argument to to_region_ok_for_hw_watchpointTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_insert_watchpointTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_remove_watchpointTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_can_use_hw_breakpointTom Tromey2014-02-191-1/+2
* add "this" pointers to more target APIsTom Tromey2014-02-191-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* S390: Fix TDB regset recognitionAndreas Arnez2013-11-061-2/+3
* S/390: Rename source files to *-linux-*Ulrich Weigand2013-10-301-0/+695