[uClinux-dev] Re: [RFC 01/11] m68knommu: add pretty back strace v2

2008-04-28 Thread Greg Ungerer
Hi Sebastian, Sebastian Siewior wrote: With this patch and CONFIG_FRAME_POINTER=y CONFIG_KALLSYMS=y The backtrace shows resolved function names and their numeric address. Signed-off-by: Sebastian Siewior [EMAIL PROTECTED] --- a/arch/m68knommu/kernel/traps.c +++

[uClinux-dev] Re: [RFC 01/11] m68knommu: add pretty back strace v2

2008-04-28 Thread Sebastian Siewior
* Greg Ungerer | 2008-04-28 16:15:13 [+1000]: Hi Sebastian, Hi Greg, +#ifdef CONFIG_FRAME_POINTER + printk(KERN_EMERG Call Trace:\n); +#else + printk(KERN_EMERG The following call trace is a joke. + Enable CONFIG_FRAME_POINTER in Kernel Kconfig for usefull +

[uClinux-dev] Re: [RFC 01/11] m68knommu: add pretty back strace v2

2008-04-28 Thread Greg Ungerer
Hi Sebastian, Sebastian Siewior wrote: I dump later today my .25 queue with a total of 36 patches if this is okey with you? It contains a refresh of my earlier patches and hopefully a clean fec.c :) Yes, please do. II am just looking an any remaining things that should be pushed in this merge