Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - K index
The Linux kernel configuration item CONFIG_KGDB
has multiple definitions:
lib/Kconfig.kgdb
The configuration item CONFIG_KGDB:
( CONFIG_HAVE_ARCH_KGDB ) && ( CONFIG_DEBUG_KERNEL )
If you say Y here, it will be possible to remotely debug the kernel using gdb. It is recommended but not required, that you also turn on the kernel config option FRAME_POINTER to aid in producing more reliable stack backtraces in the external debugger. Documentation of kernel debugger is available at http://kgdb.sourceforge.net as well as in Documentation/dev-tools/kgdb.rst. If unsure, say N.
lib/Kconfig.kgdb
The configuration item CONFIG_KGDB:
( CONFIG_HAVE_ARCH_KGDB ) && ( CONFIG_DEBUG_KERNEL && CONFIG_EXPERIMENTAL )
If you say Y here, it will be possible to remotely debug the kernel using gdb. It is recommended but not required, that you also turn on the kernel config option FRAME_POINTER to aid in producing more reliable stack backtraces in the external debugger. Documentation of kernel debugger is available at http://kgdb.sourceforge.net as well as in DocBook form in Documentation/DocBook/. If unsure, say N.
arch/ppc/Kconfig.debug
The configuration item CONFIG_KGDB:
CONFIG_DEBUG_KERNEL && ( CONFIG_BROKEN || CONFIG_PPC_GEN550 || CONFIG_4xx )
Include in-kernel hooks for kgdb, the Linux kernel source level debugger. See http://kgdb.sourceforge.net/ for more information. Unless you are intending to debug the kernel, say N here.
arch/powerpc/Kconfig.debug
The configuration item CONFIG_KGDB:
CONFIG_DEBUGGER && ( CONFIG_BROKEN || CONFIG_PPC_GEN550 || CONFIG_4xx )
Include in-kernel hooks for kgdb, the Linux kernel source level debugger. See http://kgdb.sourceforge.net/ for more information. Unless you are intending to debug the kernel, say N here.
arch/mips/Kconfig.debug
The configuration item CONFIG_KGDB:
CONFIG_DEBUG_KERNEL && CONFIG_SYS_SUPPORTS_KGDB
If you say Y here, it will be possible to remotely debug the MIPS kernel using gdb. This enlarges your kernel image disk size by several megabytes and requires a machine with more than 16 MB, better 32 MB RAM to avoid excessive linking time. This is only useful for kernel hackers. If unsure, say N.
arch/sh/Kconfig.debug
The configuration item CONFIG_KGDB:
(none)
Include in-kernel hooks for kgdb, the Linux kernel source level debugger. See http://kgdb.sourceforge.net/ for more information. Unless you are intending to debug the kernel, say N here.
arch/sh/Kconfig
The configuration item CONFIG_KGDB:
(none)
Include in-kernel hooks for kgdb, the Linux kernel source level debugger. See http://kgdb.sourceforge.net/ for more information. Unless you are intending to debug the kernel, say N here.
arch/ppc/Kconfig
The configuration item CONFIG_KGDB:
CONFIG_DEBUG_KERNEL && ( CONFIG_BROKEN || CONFIG_PPC_GEN550 || CONFIG_4xx )
Include in-kernel hooks for kgdb, the Linux kernel source level debugger. See http://kgdb.sourceforge.net/ for more information. Unless you are intending to debug the kernel, say N here.
arch/mips/Kconfig
The configuration item CONFIG_KGDB:
CONFIG_DEBUG_KERNEL
If you say Y here, it will be possible to remotely debug the MIPS kernel using gdb. This enlarges your kernel image disk size by several megabytes and requires a machine with more than 16 MB, better 32 MB RAM to avoid excessive linking time. This is only useful for kernel hackers. If unsure, say N.
arch/mips/Kconfig-shared
The configuration item CONFIG_KGDB:
CONFIG_DEBUG_KERNEL
If you say Y here, it will be possible to remotely debug the MIPS kernel using gdb. This enlarges your kernel image disk size by several megabytes and requires a machine with more than 16 MB, better 32 MB RAM to avoid excessive linking time. This is only useful for kernel hackers. If unsure, say N.
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