aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/aarch64-sve-linux-ptrace.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-04refactor: Rename SVE-specific filesLuis Machado1-72/+0
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-02-25Add comment regarding include order of <sys/ptrace.h> and <asm/ptrace.h>Kevin Buettner1-0/+6
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-04-15AArch64 SVE: Support changing vector lengths for ptraceAlan Hayward1-2/+10
2019-02-07Normalize include guards in gdbTom Tromey1-3/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-17AArch64: Fix the gdb build with musl libcSzabolcs Nagy1-1/+1
2018-06-22Fix up HAS_SVE_STATE macroAlan Hayward1-1/+1
2018-06-18Ptrace support for Aarch64 SVEAlan Hayward1-0/+21
2018-06-18Add Aarch64 SVE compatibility macrosAlan Hayward1-40/+4
2018-06-04Use uint64_t for SVE VQAlan Hayward1-1/+1
2018-05-31Function for reading the Aarch64 SVE vector lengthAlan Hayward1-0/+73