enable crash and gdb related config
This commit is contained in:
parent
3c34438dc5
commit
29bd44a9db
10
defconfig
10
defconfig
|
|
@ -4277,10 +4277,16 @@ CONFIG_DEBUG_MISC=y
|
||||||
#
|
#
|
||||||
# Compile-time checks and compiler options
|
# 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_DWARF_TOOLCHAIN_DEFAULT is not set
|
||||||
# CONFIG_DEBUG_INFO_DWARF4 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_FRAME_WARN=2048
|
||||||
# CONFIG_STRIP_ASM_SYMS is not set
|
# CONFIG_STRIP_ASM_SYMS is not set
|
||||||
# CONFIG_READABLE_ASM is not set
|
# CONFIG_READABLE_ASM is not set
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue