diff options
-rw-r--r-- | gdb/aarch64-fbsd-nat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/aarch64-fbsd-nat.c b/gdb/aarch64-fbsd-nat.c index 9dbbaf9..709f516 100644 --- a/gdb/aarch64-fbsd-nat.c +++ b/gdb/aarch64-fbsd-nat.c @@ -215,6 +215,8 @@ aarch64_fbsd_nat_target::probe_debug_regs (int pid) case AARCH64_DEBUG_ARCH_V8_1: case AARCH64_DEBUG_ARCH_V8_2: case AARCH64_DEBUG_ARCH_V8_4: + case AARCH64_DEBUG_ARCH_V8_8: + case AARCH64_DEBUG_ARCH_V8_9: break; default: return; |