Re: verbose kernel debug

2008-07-29 Thread Jon Smirl
I finally figured out the right combo to turn it on. I was expecting it to appear in the "Kernel Debugging" section but it was appearing down lower. Seems like this option should be defaulted on no matter what, and then turn it off to save memory. It was the interaction with CONFIG_EMBEDDED that c

Re: verbose kernel debug

2008-07-29 Thread Jon Smirl
Why isn't PowerPC in the depends on? config DEBUG_BUGVERBOSE bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED depends on BUG depends on ARM || AVR32 || M32R || M68K || SPARC32 || SPARC64 || \ FRV || SUPERH || GENERIC_BUG || BLACKFIN |

Re: verbose kernel debug

2008-07-29 Thread Jon Smirl
On 7/29/08, Grant Likely <[EMAIL PROTECTED]> wrote: > On Tue, Jul 29, 2008 at 07:12:58PM -0400, Jon Smirl wrote: > > On 7/29/08, Scott Wood <[EMAIL PROTECTED]> wrote: > > > Jon Smirl wrote: > > > > > > > I'm getting a "Badness at c01cc228 [verbose debug info unavailable]" > > > > > > > > How

Re: verbose kernel debug

2008-07-29 Thread Grant Likely
On Tue, Jul 29, 2008 at 07:12:58PM -0400, Jon Smirl wrote: > On 7/29/08, Scott Wood <[EMAIL PROTECTED]> wrote: > > Jon Smirl wrote: > > > > > I'm getting a "Badness at c01cc228 [verbose debug info unavailable]" > > > > > > How do I turn on verbose debug support? Or is it helpful? I see the > > > op

Re: verbose kernel debug

2008-07-29 Thread Jon Smirl
On 7/29/08, Scott Wood <[EMAIL PROTECTED]> wrote: > Jon Smirl wrote: > > > I'm getting a "Badness at c01cc228 [verbose debug info unavailable]" > > > > How do I turn on verbose debug support? Or is it helpful? I see the > > option for x86 but I don't see how to do it for PowerPC. > > > > Under "Ke

Re: verbose kernel debug

2008-07-29 Thread Scott Wood
Jon Smirl wrote: I'm getting a "Badness at c01cc228 [verbose debug info unavailable]" How do I turn on verbose debug support? Or is it helpful? I see the option for x86 but I don't see how to do it for PowerPC. Under "Kernel Hacking", enable "Kernel debugging". This will expose a "Verbose BU