We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df1620 commit 3672d99Copy full SHA for 3672d99
docs/gdb-debugging.md
@@ -2,7 +2,7 @@
2
3
Firecracker supports debugging the guest kernel via GDB remote serial protocol.
4
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.
+the guest kernel.
6
7
The GDB feature requires Firecracker to be booted with a config file.
8
tests/integration_tests/build/test_gdb.py
@@ -12,7 +12,6 @@
12
TARGET = "{}-unknown-linux-musl".format(MACHINE)
13
14
15
-@pytest.mark.skipif(MACHINE != "x86_64", reason="GDB runs only on x86_64.")
16
def test_gdb_compiles():
17
"""Checks that Firecracker compiles with GDB enabled"""
18
0 commit comments