Skip to content

Commit 3672d99

Browse files
committed
Update docs and tests for ARM gdb support
Updated docs to now show arm is supported. Updated the build test to run on aarch Signed-off-by: Jack Thomson <[email protected]>
1 parent 8df1620 commit 3672d99

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/gdb-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Firecracker supports debugging the guest kernel via GDB remote serial protocol.
44
This allows us to connect GDB to the firecracker process and step through debug
5-
the guest kernel. Currently only debugging on x86 is supported.
5+
the guest kernel.
66

77
The GDB feature requires Firecracker to be booted with a config file.
88

tests/integration_tests/build/test_gdb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
TARGET = "{}-unknown-linux-musl".format(MACHINE)
1313

1414

15-
@pytest.mark.skipif(MACHINE != "x86_64", reason="GDB runs only on x86_64.")
1615
def test_gdb_compiles():
1716
"""Checks that Firecracker compiles with GDB enabled"""
1817

0 commit comments

Comments
 (0)