docs: fix minor syntax issues for debug

There are some minor syntax and command issues in debug-port document.

As commit 5febdec81a (vmm: Enable `gdbstub` on AArch64) supported
aarch64, the docs should keep consistent.

Signed-off-by: Yi Wang <foxywang@tencent.com>
This commit is contained in:
Yi Wang
2026-01-07 00:09:36 +08:00
committed by Rob Bradford
parent e7a151e953
commit 2c2dec50f9
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# GDB Support
This feature allows remote guest debugging using GDB. Note that this feature is only supported on x86_64/KVM.
This feature allows remote guest debugging using GDB. Note that this feature is supported on x86_64 and aarch64 with KVM.
To enable debugging with GDB, build with the `guest_debug` feature enabled: