mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
llvm: asm/ptrace.h fix for aarch64.
This commit is contained in:
parent
189fc97518
commit
975ce1a9c8
1 changed files with 11 additions and 0 deletions
11
srcpkgs/llvm/files/patches/lldb/aarch64.patch
Normal file
11
srcpkgs/llvm/files/patches/lldb/aarch64.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp.orig 2015-09-18 10:27:18.722489350 +0000
|
||||||
|
+++ lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp 2015-09-18 09:48:27.475611875 +0000
|
||||||
|
@@ -30,6 +30,7 @@
|
||||||
|
#include <sys/socket.h>
|
||||||
|
// NT_PRSTATUS and NT_FPREGSET definition
|
||||||
|
#include <elf.h>
|
||||||
|
+#include <asm/ptrace.h>
|
||||||
|
|
||||||
|
#define REG_CONTEXT_SIZE (GetGPRSize() + GetFPRSize())
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue