Updated debug architecture version checks for fbsd
authorLuis Machado <luis.machado@arm.com>
Tue, 25 Apr 2023 08:22:09 +0000 (09:22 +0100)
committerLuis Machado <luis.machado@arm.com>
Wed, 26 Apr 2023 06:00:18 +0000 (07:00 +0100)
There are two new debug architecture version entries.  I updated the
code for Linux, but fbsd also needs updating.

This patch does this, and should be pretty straightforward.

I can't test this on native fbsd, but I'm fairly confident it should
work.

Signed-off-by: Luis Machado <luis.machado@arm.com>
gdb/aarch64-fbsd-nat.c

index 9dbbaf951f2d56aaac8a32b5a3861498ca6c0ee9..709f5162ce05501b3c62356e0fd4fd3979444afe 100644 (file)
@@ -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;