lldb-arm64
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Tue, 25 Apr 2017 17:46:34 +0000 (17:46 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 25 Apr 2017 17:46:34 +0000 (17:46 +0000)
Gbp-Pq: Name lldb-arm64.diff

lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp

index 22cdbb40d15caa4cdc483dd36851b2b35ac0d850..a09018e595ba1040e197d7dcc0b0f3a04edaf984 100644 (file)
@@ -32,6 +32,8 @@
 #include <sys/socket.h>
 // NT_PRSTATUS and NT_FPREGSET definition
 #include <elf.h>
+// user_hwdebug_state definition
+#include <asm/ptrace.h>
 
 #define REG_CONTEXT_SIZE (GetGPRSize() + GetFPRSize())