* [PATCH] clarify CONFIG_DEBUG_INFO help text
@ 2007-03-27 21:21 Andreas Dilger
2007-03-28 17:03 ` Sam Ravnborg
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Dilger @ 2007-03-27 21:21 UTC (permalink / raw)
To: linux-kernel
The following patch adds some extra clarification to the CONFIG_DEBUG_INFO
Kconfig help text. The current text is mostly a recursive definition and
doesn't really say much of anything. When I first read this I thought it
was going to enable extra verbosity in debug messages or something, but it
is only enabling the "gcc -g" compile option in the Makefile.
Signed-off-by: Andreas Dilger <adilger@clusterfs.com>
--- ./lib/Kconfig.debug.orig 2007-02-07 17:10:34.000000000 -0700
+++ ./lib/Kconfig.debug 2007-03-27 13:32:17.000000000 -0600
@@ -322,6 +322,9 @@
help
If you say Y here the resulting kernel image will include
debugging info resulting in a larger kernel image.
+ This adds debug symbols to the kernel and modules (gcc -g), and
+ is needed if you intend to use kernel crashdump or binary object
+ tools like crash, kgdb, LKCD, gdb, etc on the kernel.
Say Y here only if you plan to debug the kernel.
If unsure, say N.
Cheers, Andreas
--
Andreas Dilger
Principal Software Engineer
Cluster File Systems, Inc.
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] clarify CONFIG_DEBUG_INFO help text
2007-03-27 21:21 [PATCH] clarify CONFIG_DEBUG_INFO help text Andreas Dilger
@ 2007-03-28 17:03 ` Sam Ravnborg
0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2007-03-28 17:03 UTC (permalink / raw)
To: linux-kernel
On Tue, Mar 27, 2007 at 03:21:33PM -0600, Andreas Dilger wrote:
> The following patch adds some extra clarification to the CONFIG_DEBUG_INFO
> Kconfig help text. The current text is mostly a recursive definition and
> doesn't really say much of anything. When I first read this I thought it
> was going to enable extra verbosity in debug messages or something, but it
> is only enabling the "gcc -g" compile option in the Makefile.
>
> Signed-off-by: Andreas Dilger <adilger@clusterfs.com>
Thanks, I have added this to kbuild.git
Sam
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-28 17:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-27 21:21 [PATCH] clarify CONFIG_DEBUG_INFO help text Andreas Dilger
2007-03-28 17:03 ` Sam Ravnborg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome