mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
KALLSYMS_ALL, IKCONFIG
This commit is contained in:
@@ -1,12 +1,19 @@
|
||||
# If you change this file, you need to run:
|
||||
# rm -rf buildroot/output/build/linux-*.*.*/
|
||||
# before ./run
|
||||
CONFIG_DEBUG_KERNEL=y
|
||||
# Changes to this file are automatically used in the new kernel
|
||||
# after ./run, no need to do anything different.
|
||||
|
||||
CONFIG_DEBUG_FS=y
|
||||
CONFIG_DEBUG_INFO=y
|
||||
CONFIG_DEBUG_KERNEL=y
|
||||
CONFIG_GDB_SCRIPTS=y
|
||||
|
||||
# KGDB.
|
||||
# grep lkmc_dep /proc/kallsyms
|
||||
CONFIG_KALLSYMS_ALL=y
|
||||
|
||||
# zcat /proc/config.gz
|
||||
CONFIG_IKCONFIG=y
|
||||
CONFIG_IKCONFIG_PROC=y
|
||||
|
||||
# KGDB
|
||||
CONFIG_CONSOLE_POLL=y
|
||||
CONFIG_KDB_CONTINUE_CATASTROPHIC=0
|
||||
CONFIG_KDB_DEFAULT_ENABLE=0x1
|
||||
|
||||
Reference in New Issue
Block a user