aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tests/qemu
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-09-15 18:41:03 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-09-15 22:00:49 +0200
commitc38fcafda7ea3b0ff0868e753401cf2ac28e0c8a (patch)
tree0da20f992cf19704903407204c23b5875d083019 /src/tests/qemu
parenttimers: style (diff)
downloadwireguard-monolithic-historical-c38fcafda7ea3b0ff0868e753401cf2ac28e0c8a.tar.xz
wireguard-monolithic-historical-c38fcafda7ea3b0ff0868e753401cf2ac28e0c8a.zip
qemu: enable debug info for debug qemu
Diffstat (limited to 'src/tests/qemu')
-rw-r--r--src/tests/qemu/debug.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/qemu/debug.config b/src/tests/qemu/debug.config
index 41bbf47..c69239e 100644
--- a/src/tests/qemu/debug.config
+++ b/src/tests/qemu/debug.config
@@ -3,6 +3,8 @@ CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_POINTER=y
CONFIG_STACK_VALIDATION=y
CONFIG_DEBUG_KERNEL=y
+CONFIG_DEBUG_INFO=y
+CONFIG_DEBUG_INFO_DWARF4=y
CONFIG_PAGE_EXTENSION=y
CONFIG_PAGE_POISONING=y
CONFIG_DEBUG_OBJECTS=y