diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-06-07 16:23:31 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-16 05:38:31 -0300 |
commit | ed4dc0abbc71535056a9408687b9c3e3d9a0801f (patch) | |
tree | b0f021e12339d8905683c7b025ab7f13a5fbb50e /testing/lldb/musl-include-ptrace.aarch64.patch | |
parent | eaa0c0a23b089999372d86e7dc5bbcde4b2c094a (diff) | |
download | aports-ed4dc0abbc71535056a9408687b9c3e3d9a0801f.tar.bz2 aports-ed4dc0abbc71535056a9408687b9c3e3d9a0801f.tar.xz |
testing/lldb: upgrade to 8.0.0
Diffstat (limited to 'testing/lldb/musl-include-ptrace.aarch64.patch')
-rw-r--r-- | testing/lldb/musl-include-ptrace.aarch64.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/testing/lldb/musl-include-ptrace.aarch64.patch b/testing/lldb/musl-include-ptrace.aarch64.patch deleted file mode 100644 index f6ec2cc34b..0000000000 --- a/testing/lldb/musl-include-ptrace.aarch64.patch +++ /dev/null @@ -1,17 +0,0 @@ -From: Jakub Jirutka <jakub@jirutka.cz> -Date: Mon, 29 Aug 2016 00:18:00 +0200 -Subject: [PATCH] Fix compile error on aarch64 - -NativeRegisterContextLinux_arm64 uses user_pt_regs and user_fpsimd_state -which are defined in asm/ptrace.h. - ---- a/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp -+++ b/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp -@@ -29,6 +29,7 @@ - - // System includes - They have to be included after framework includes because they define some - // macros which collide with variable names in other modules -+#include <asm/ptrace.h> - #include <sys/socket.h> - // NT_PRSTATUS and NT_FPREGSET definition - #include <elf.h> |