Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - K index

CONFIG_KCORE_ELF:

General informations

The Linux kernel configuration item CONFIG_KCORE_ELF has multiple definitions:

found in arch/xtensa/Kconfig

The configuration item CONFIG_KCORE_ELF:

Help text

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.

found in arch/tile/Kconfig

The configuration item CONFIG_KCORE_ELF:

Help text

(none)

ELF found in arch/sh/Kconfig

The configuration item CONFIG_KCORE_ELF:

Help text

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.

ELF found in arch/m68k/Kconfig

The configuration item CONFIG_KCORE_ELF:

Help text

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.

ELF found in arch/i386/Kconfig

The configuration item CONFIG_KCORE_ELF:

Help text

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.

ELF found in arch/arm26/Kconfig

The configuration item CONFIG_KCORE_ELF:

Help text

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.

ELF found in arch/arm/Kconfig

The configuration item CONFIG_KCORE_ELF:

Help text

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.

ELF found in arch/alpha/Kconfig

The configuration item CONFIG_KCORE_ELF:

Help text

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.

found in arch/x86_64/Kconfig

The configuration item CONFIG_KCORE_ELF:

Help text

(none)

found in arch/sparc64/Kconfig

The configuration item CONFIG_KCORE_ELF:

Help text

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.

found in arch/sparc/Kconfig

The configuration item CONFIG_KCORE_ELF:

Help text

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.

found in arch/s390/Kconfig

The configuration item CONFIG_KCORE_ELF:

Help text

(none)

found in arch/ppc64/Kconfig

The configuration item CONFIG_KCORE_ELF:

Help text

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.

found in arch/ppc/Kconfig

The configuration item CONFIG_KCORE_ELF:

Help text

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.

found in arch/parisc/Kconfig

The configuration item CONFIG_KCORE_ELF:

Help text

(none)

found in arch/mips/Kconfig-shared

The configuration item CONFIG_KCORE_ELF:

Help text

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.

found in arch/m68knommu/Kconfig

The configuration item CONFIG_KCORE_ELF:

Help text

(none)

found in arch/ia64/Kconfig

The configuration item CONFIG_KCORE_ELF:

Help text

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.

found in arch/mips64/Kconfig

The configuration item CONFIG_KCORE_ELF:

Help text

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.

found in arch/mips/Kconfig

The configuration item CONFIG_KCORE_ELF:

Help text

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.

found in arch/s390x/Kconfig

The configuration item CONFIG_KCORE_ELF:

Help text

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.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - K index

Automatically generated (in year 2024). See also LKDDb sources on GitLab