aboutsummaryrefslogtreecommitdiffstatshomepage
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-16 15:33:18 +0200
commita0ff35b5faf3ed0cb7de67a6e8c6267c95822c6d (patch)
tree7a87cc4499d800fe2ed895ee3dbf4747528015c3
parentsend: no need to check for NULL since ref is valid (diff)
downloadwireguard-monolithic-historical-a0ff35b5faf3ed0cb7de67a6e8c6267c95822c6d.tar.xz
wireguard-monolithic-historical-a0ff35b5faf3ed0cb7de67a6e8c6267c95822c6d.zip
qemu: enable debug info for debug qemu
Diffstat (limited to '')
-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