aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-s390-low.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Move gdbserver to top levelTom Tromey1-2860/+0
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-08-15Replace write_inferior_memory with target_write_memoryTom Tromey1-2/+2
2019-06-10Remove newlines from warningsTom Tromey1-1/+1
2019-03-26gdbserver: Add linux_get_hwcapAlan Hayward1-31/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-08-27Avoid -Wnarrowing warnings in gdbserverTom Tromey1-19/+37
2018-03-22S390: Correct brace style in s390_get_wordsizeAndreas Arnez1-4/+5
2018-03-21S390: Make IPA recognize tdescs with guarded storageAndreas Arnez1-0/+4
2018-03-21S390: gdbserver: Don't write guarded storage registersAndreas Arnez1-24/+5
2018-03-21S390: Enable re-attaching with native-extended-gdbserverAndreas Arnez1-44/+53
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-12linux low: Make the arch code free arch_process_infoSimon Marchi1-0/+1
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi1-0/+1
2017-09-25S390: Add guarded-storage register support to gdbserverAndreas Arnez1-2/+66
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-06-21S390 gdbserver: Mark local funcs/vars as staticAndreas Arnez1-14/+14
2016-04-21Fix s390 GNU/Linux gdb and gdbserver buildsPedro Alves1-6/+6
2016-03-29gdbserver/s390: Add support for compiled agent expressions.Marcin Kościelnicki1-1/+1345
2016-03-29gdbserver/s390: Add fast tracepoint support.Marcin Kościelnicki1-63/+715
2016-03-29gdbserver/s390: Switch on tracepoint support.Marcin Kościelnicki1-1/+9
2016-02-25gdbserver/s390: Enable high GPRs, VX, TDB with 31-bit gdbserver.Marcin Kościelnicki1-26/+79
2016-02-17gdbserver/s390: Advertise Z0 packet support.Marcin Kościelnicki1-1/+17
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-30Refactor queries for hardware and software single stepping support in GDBServer.Antoine Tremblay1-0/+22
2015-10-29gdbserver/Linux: Introduce NULL_REGSETPedro Alves1-1/+1
2015-10-21Add the target_ops needed for software breakpoints in GDBServer.Antoine Tremblay1-3/+12
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/+0
2015-03-02S390: Add vector register support to gdbserverAndreas Arnez1-3/+91
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12S390: Fix gdbserver support for TDBAndreas Arnez1-0/+17
2014-12-12gdbserver: Support read-only regsets in linux-low.cAndreas Arnez1-10/+4
2014-09-16Rename current_inferior as current_thread in gdbserverGary Benson1-1/+1
2014-05-20[GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves1-0/+1
2014-02-20Remove all_lwps global.Doug Evans1-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-18/+30
2013-09-13gdb/ChangeLog:Ulrich Weigand1-4/+21
2013-06-07[GDBserver] Multi-process + multi-archPedro Alves1-45/+150
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-03-282012-03-28 Pedro Alves <palves@redhat.com>Pedro Alves1-0/+1
2012-03-01 gdb/Maciej W. Rozycki1-0/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-12-06ChangeLog:Ulrich Weigand1-7/+126
2011-11-30ChangeLog:Ulrich Weigand1-20/+54
2011-01-062011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>Michael Snyder1-5/+10
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-06-14 * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR.Ulrich Weigand1-1/+4
2010-04-07Add x86 AVX support to gdbserver.H.J. Lu1-2/+2