Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - K index
The Linux kernel configuration item CONFIG_KCORE_ELF
has multiple definitions:
arch/xtensa/Kconfig
The configuration item CONFIG_KCORE_ELF:
CONFIG_PROC_FS
If 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.
arch/tile/Kconfig
The configuration item CONFIG_KCORE_ELF:
CONFIG_PROC_FS
(none)
arch/sh/Kconfig
The configuration item CONFIG_KCORE_ELF:
(none)
If you enabled support for /proc file system then the file /proc/kcore will contain the kernel core image. This can be used in gdb:
$ cd /usr/src/linux ; gdb vmlinux /proc/kcore
You have two choices here: ELF and A.OUT. Selecting ELF will make /proc/kcore appear in ELF core format as defined by the Executable and Linking Format specification. Selecting A.OUT will choose the old "a.out" format which may be necessary for some old versions of binutils or on some architectures.
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 so if you don't understand what this means or are not a kernel hacker, just leave it at its default value ELF.
arch/m68k/Kconfig
The configuration item CONFIG_KCORE_ELF:
(none)
If you enabled support for /proc file system then the file /proc/kcore will contain the kernel core image. This can be used in gdb:
$ cd /usr/src/linux ; gdb vmlinux /proc/kcore
You have two choices here: ELF and A.OUT. Selecting ELF will make /proc/kcore appear in ELF core format as defined by the Executable and Linking Format specification. Selecting A.OUT will choose the old "a.out" format which may be necessary for some old versions of binutils or on some architectures.
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 so if you don't understand what this means or are not a kernel hacker, just leave it at its default value ELF.
arch/i386/Kconfig
The configuration item CONFIG_KCORE_ELF:
(none)
If you enabled support for /proc file system then the file /proc/kcore will contain the kernel core image. This can be used in gdb:
$ cd /usr/src/linux ; gdb vmlinux /proc/kcore
You have two choices here: ELF and A.OUT. Selecting ELF will make /proc/kcore appear in ELF core format as defined by the Executable and Linking Format specification. Selecting A.OUT will choose the old "a.out" format which may be necessary for some old versions of binutils or on some architectures.
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 so if you don't understand what this means or are not a kernel hacker, just leave it at its default value ELF.
arch/arm26/Kconfig
The configuration item CONFIG_KCORE_ELF:
(none)
If you enabled support for /proc file system then the file /proc/kcore will contain the kernel core image. This can be used in gdb:
$ cd /usr/src/linux ; gdb vmlinux /proc/kcore
You have two choices here: ELF and A.OUT. Selecting ELF will make /proc/kcore appear in ELF core format as defined by the Executable and Linking Format specification. Selecting A.OUT will choose the old "a.out" format which may be necessary for some old versions of binutils or on some architectures.
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 so if you don't understand what this means or are not a kernel hacker, just leave it at its default value ELF.
arch/arm/Kconfig
The configuration item CONFIG_KCORE_ELF:
(none)
If you enabled support for /proc file system then the file /proc/kcore will contain the kernel core image. This can be used in gdb:
$ cd /usr/src/linux ; gdb vmlinux /proc/kcore
You have two choices here: ELF and A.OUT. Selecting ELF will make /proc/kcore appear in ELF core format as defined by the Executable and Linking Format specification. Selecting A.OUT will choose the old "a.out" format which may be necessary for some old versions of binutils or on some architectures.
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 so if you don't understand what this means or are not a kernel hacker, just leave it at its default value ELF.
arch/alpha/Kconfig
The configuration item CONFIG_KCORE_ELF:
(none)
If you enabled support for /proc file system then the file /proc/kcore will contain the kernel core image. This can be used in gdb:
$ cd /usr/src/linux ; gdb vmlinux /proc/kcore
You have two choices here: ELF and A.OUT. Selecting ELF will make /proc/kcore appear in ELF core format as defined by the Executable and Linking Format specification. Selecting A.OUT will choose the old "a.out" format which may be necessary for some old versions of binutils or on some architectures.
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 so if you don't understand what this means or are not a kernel hacker, just leave it at its default value ELF.
arch/x86_64/Kconfig
The configuration item CONFIG_KCORE_ELF:
CONFIG_PROC_FS
(none)
arch/sparc64/Kconfig
The configuration item CONFIG_KCORE_ELF:
CONFIG_PROC_FS
If you enabled support for /proc file system then the file /proc/kcore will contain the kernel core image. This can be used in gdb:
$ cd /usr/src/linux ; gdb vmlinux /proc/kcore
You have two choices here: ELF and A.OUT. Selecting ELF will make /proc/kcore appear in ELF core format as defined by the Executable and Linking Format specification. Selecting A.OUT will choose the old "a.out" format which may be necessary for some old versions of binutils or on some architectures.
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 so if you don't understand what this means or are not a kernel hacker, just leave it at its default value ELF.
arch/sparc/Kconfig
The configuration item CONFIG_KCORE_ELF:
CONFIG_PROC_FS
If you enabled support for /proc file system then the file /proc/kcore will contain the kernel core image. This can be used in gdb:
$ cd /usr/src/linux ; gdb vmlinux /proc/kcore
You have two choices here: ELF and A.OUT. Selecting ELF will make /proc/kcore appear in ELF core format as defined by the Executable and Linking Format specification. Selecting A.OUT will choose the old "a.out" format which may be necessary for some old versions of binutils or on some architectures.
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 so if you don't understand what this means or are not a kernel hacker, just leave it at its default value ELF.
arch/s390/Kconfig
The configuration item CONFIG_KCORE_ELF:
(none)
(none)
arch/ppc64/Kconfig
The configuration item CONFIG_KCORE_ELF:
CONFIG_PROC_FS
If 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.
arch/ppc/Kconfig
The configuration item CONFIG_KCORE_ELF:
CONFIG_PROC_FS
If 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.
arch/parisc/Kconfig
The configuration item CONFIG_KCORE_ELF:
CONFIG_PROC_FS
(none)
arch/mips/Kconfig-shared
The configuration item CONFIG_KCORE_ELF:
(none)
If you enabled support for /proc file system then the file /proc/kcore will contain the kernel core image. This can be used in gdb:
$ cd /usr/src/linux ; gdb vmlinux /proc/kcore
You have two choices here: ELF and A.OUT. Selecting ELF will make /proc/kcore appear in ELF core format as defined by the Executable and Linking Format specification. Selecting A.OUT will choose the old "a.out" format which may be necessary for some old versions of binutils or on some architectures.
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 so if you don't understand what this means or are not a kernel hacker, just leave it at its default value ELF.
arch/m68knommu/Kconfig
The configuration item CONFIG_KCORE_ELF:
(none)
(none)
arch/ia64/Kconfig
The configuration item CONFIG_KCORE_ELF:
(none)
If you enabled support for /proc file system then the file /proc/kcore will contain the kernel core image. This can be used in gdb:
$ cd /usr/src/linux ; gdb vmlinux /proc/kcore
You have two choices here: ELF and A.OUT. Selecting ELF will make /proc/kcore appear in ELF core format as defined by the Executable and Linking Format specification. Selecting A.OUT will choose the old "a.out" format which may be necessary for some old versions of binutils or on some architectures.
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 so if you don't understand what this means or are not a kernel hacker, just leave it at its default value ELF.
arch/mips64/Kconfig
The configuration item CONFIG_KCORE_ELF:
CONFIG_PROC_FS
If you enabled support for /proc file system then the file /proc/kcore will contain the kernel core image. This can be used in gdb:
$ cd /usr/src/linux ; gdb vmlinux /proc/kcore
You have two choices here: ELF and A.OUT. Selecting ELF will make /proc/kcore appear in ELF core format as defined by the Executable and Linking Format specification. Selecting A.OUT will choose the old "a.out" format which may be necessary for some old versions of binutils or on some architectures.
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 so if you don't understand what this means or are not a kernel hacker, just leave it at its default value ELF.
arch/mips/Kconfig
The configuration item CONFIG_KCORE_ELF:
CONFIG_PROC_FS
If you enabled support for /proc file system then the file /proc/kcore will contain the kernel core image. This can be used in gdb:
$ cd /usr/src/linux ; gdb vmlinux /proc/kcore
You have two choices here: ELF and A.OUT. Selecting ELF will make /proc/kcore appear in ELF core format as defined by the Executable and Linking Format specification. Selecting A.OUT will choose the old "a.out" format which may be necessary for some old versions of binutils or on some architectures.
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 so if you don't understand what this means or are not a kernel hacker, just leave it at its default value ELF.
arch/s390x/Kconfig
The configuration item CONFIG_KCORE_ELF:
(none)
If you enabled support for /proc file system then the file /proc/kcore will contain the kernel core image. This can be used in gdb:
$ cd /usr/src/linux ; gdb vmlinux /proc/kcore
You have two choices here: ELF and A.OUT. Selecting ELF will make /proc/kcore appear in ELF core format as defined by the Executable and Linking Format specification. Selecting A.OUT will choose the old "a.out" format which may be necessary for some old versions of binutils or on some architectures.
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 so if you don't understand what this means or are not a kernel hacker, just leave it at its default value ELF.
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 2024). See also LKDDb sources on GitLab