Just like my previoius patch for ARMv8.1 and v8.2 (
49ecef2a7da2ee9df4),
this adds ARMv8.4 debug arch as being compatible for hw watchpoint
and breakpoints.
 
     return true;
   if (debug_arch == AARCH64_DEBUG_ARCH_V8_2)
     return true;
+  if (debug_arch == AARCH64_DEBUG_ARCH_V8_4)
+    return true;
 
   return false;
 }
 
 #define AARCH64_DEBUG_ARCH_V8 0x6
 #define AARCH64_DEBUG_ARCH_V8_1 0x7
 #define AARCH64_DEBUG_ARCH_V8_2 0x8
+#define AARCH64_DEBUG_ARCH_V8_4 0x9
 
 /* ptrace expects control registers to be formatted as follows: