Re: 2.6.0-test3-mm1

From: George Anzinger
Date: Wed Aug 13 2003 - 14:27:34 EST


Thomas Schlichter wrote:
Hi,


kgdb-ga.patch
kgdb stub for ia32 (George Anzinger's one)
kgdbL warning fix


that patch sets DEBUG_INFO to y by default, even if whether DEBUG_KERNEL nor KGDB is enabled. The attached patch changes this to enable DEBUG_INFO by default only if KGDB is enabled.

Looks good to me, but.... just what does this turn on? Its been a long time and me thinks a wee comment here would help me remember next time.

-g


Please apply...

Best regards
Thomas Schlichter


------------------------------------------------------------------------

--- linux-2.6.0-test3-mm1/arch/i386/Kconfig.orig Sun Aug 10 14:25:13 2003
+++ linux-2.6.0-test3-mm1/arch/i386/Kconfig Sun Aug 10 14:25:56 2003
@@ -1462,6 +1462,7 @@
config DEBUG_INFO
bool
+ depends on KGDB
default y
config KGDB_MORE

--
George Anzinger george@xxxxxxxxxx
High-res-timers: http://sourceforge.net/projects/high-res-timers/
Preemption patch: http://www.kernel.org/pub/linux/kernel/people/rml

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/