From 29bd44a9db12487923e09330d198a36322d5d6e2 Mon Sep 17 00:00:00 2001 From: Wenchao Hao Date: Tue, 20 Sep 2022 10:03:57 +0800 Subject: [PATCH] enable crash and gdb related config --- defconfig | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/defconfig b/defconfig index 3d9f1f6..85d40cc 100644 --- a/defconfig +++ b/defconfig @@ -4277,10 +4277,16 @@ CONFIG_DEBUG_MISC=y # # Compile-time checks and compiler options # -CONFIG_DEBUG_INFO_NONE=y +CONFIG_DEBUG_INFO=y +# CONFIG_DEBUG_INFO_NONE is not set # CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT is not set # CONFIG_DEBUG_INFO_DWARF4 is not set -# CONFIG_DEBUG_INFO_DWARF5 is not set +CONFIG_DEBUG_INFO_DWARF5=y +# CONFIG_DEBUG_INFO_REDUCED is not set +# CONFIG_DEBUG_INFO_COMPRESSED is not set +# CONFIG_DEBUG_INFO_SPLIT is not set +CONFIG_PAHOLE_HAS_SPLIT_BTF=y +# CONFIG_GDB_SCRIPTS is not set CONFIG_FRAME_WARN=2048 # CONFIG_STRIP_ASM_SYMS is not set # CONFIG_READABLE_ASM is not set