aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.nat
AgeCommit message (Expand)AuthorFilesLines
2023-10-04refactor: Rename SVE-specific filesLuis Machado1-1/+1
2023-08-28gdb: Support XSAVE layouts for the current host in the Linux x86 targets.John Baldwin1-1/+2
2023-08-28gdb: Support XSAVE layouts for the current host in the FreeBSD x86 targets.John Baldwin1-2/+3
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-03-22Add support for hardware breakpoints/watchpoints on FreeBSD/Aarch64.John Baldwin1-1/+2
2022-03-22aarch64: Add an aarch64_nat_target mixin class.John Baldwin1-1/+1
2022-03-22nat: Split out platform-independent aarch64 debug register support.John Baldwin1-1/+2
2022-03-22x86-fbsd-nat: Copy debug register state on fork.John Baldwin1-2/+2
2022-02-11gdb: LoongArch: Add Makefile, configure and NEWSTiezhu Yang1-0/+4
2022-01-28FreeBSD x86 nat: Use register maps for GP register sets.John Baldwin1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-18gdb: rename rs6000-nat.c to rs6000-aix-nat.cSimon Marchi1-1/+1
2021-10-29gdb: or1k: add native linux supportStafford Horne1-0/+4
2021-07-29Don't compile x86 debug register support on OpenBSD.John Baldwin1-3/+2
2021-03-24AArch64: Implement memory tagging target methods for AArch64Luis Machado1-1/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-22gdb: Add native support for ARC in GNU/LinuxAnton Kolesov1-0/+4
2020-10-13Normalize names of the NetBSD filesKamil Rytarowski1-11/+11
2020-09-10Build nat/netbsd-nat.o for the NetBSD native targetKamil Rytarowski1-1/+1
2020-04-08Share Windows thread-suspend and -resume codeTom Tromey1-2/+2
2020-03-04Implement debugging of WOW64 processesHannes Domani1-2/+2
2020-02-05RISC-V/Linux/native: Factor out target description determinationMaciej W. Rozycki1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-04Fix (most) OpenBSD link errorsChristian Biesinger1-2/+3
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand1-17/+0
2019-02-14[gdb, hurd] Repair build after "Share fork_inferior et al with gdbserver" cha...Thomas Schwinge1-0/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-27Build gdb "nat" files in subdirectoryTom Tromey1-33/+40
2018-12-27Remove empty nm-fbsd.h header for FreeBSD/i386 native target.John Baldwin1-1/+0
2018-10-08Add native target for FreeBSD/riscv.John Baldwin1-0/+4
2018-09-20Fold i386-v4-nat.c into i386-sol2-nat.cRainer Orth1-1/+1
2018-08-09RISC-V: Add configure support for riscv*-linux*.Jim Wilson1-0/+4
2018-05-31Function for reading the Aarch64 SVE vector lengthAlan Hayward1-1/+2
2018-05-22[PowerPC] Consolidate wordsize getter between native and gdbserverPedro Franco de Carvalho1-1/+1
2018-05-03Make inf_ptrace_trad Linux-only, move to separate filePedro Alves1-3/+3
2018-04-16gdb: Remove OpenBSD/m88k supportPedro Alves1-4/+0
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24[spu] Fix spu-linux native buildUlrich Weigand1-1/+2
2017-10-11Add native target for FreeBSD/arm.John Baldwin1-0/+5
2017-09-26Remove support for Solaris < 10 (PR gdb/22185)Rainer Orth1-26/+12
2017-09-22Fix gdb 8.1 Solaris compilationRainer Orth1-3/+5
2017-09-06Define HAVE_NATIVE_GCORE_HOST on NetBSDKamil Rytarowski1-0/+1
2017-09-06Add native target for FreeBSD/aarch64.John Baldwin1-0/+5
2017-09-04Enable support for x86 debug registers on NetBSD.John Baldwin1-4/+4
2017-07-25Fix two NetBSD-specific typos in the configure.nat conversion.John Baldwin1-1/+2
2017-06-13darwin: Add fork-inferior.o to NATDEPFILESSimon Marchi1-3/+6
2017-06-13aix: Add fork-inferior.o to NATDEPFILESSimon Marchi1-1/+4
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior1-4/+4
2017-05-17nat_extra_makefile_frag -> nat_makefile_fragPedro Alves1-5/+6
2017-05-06Rearrange gdb/configure.nat to make it simpler and less redundantSergio Durigan Junior1-528/+410