Navigation:
Linux Kernel Driver DataBase -
web LKDDB:
Main index -
K index
The Linux kernel configuration item CONFIG_KCORE_ELF has multiple definitions:
arch/tile/KconfigThe configuration item CONFIG_KCORE_ELF:
CONFIG_PROC_FS(none)
arch/xtensa/KconfigThe configuration item CONFIG_KCORE_ELF:
CONFIG_PROC_FSIf you enabled support for /proc file system then the file /proc/kcore will contain the kernel core image in ELF format. This can be used in gdb:
$ cd /usr/src/linux ; gdb vmlinux /proc/kcore
This is especially useful if you have compiled the kernel with the "-g" option to preserve debugging information. It is mainly used for examining kernel data structures on the live kernel.
Raw data from LKDDb:
(none)This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - K index
Automatically generated (in year 2013) with gen-web-lkddb.py in lkddb-sources.