On Fri, 10 Nov 2000 19:29:26 -0800, "Matt D. Robinson" <[EMAIL PROTECTED]> wrote: >We're removing lcrash from >the kernel, putting it into its own RPM, and adding patches to the >kernel for LKCD that build in crash dump functionality and make a new >"Kernsyms" file so that we can dynamically read the symbol table of >major parts of the kernel and give you memory dumps, stack traces, >and even dump out entire structures dynamically. kallsyms goes a long way towards solving the symbol table problem for debugging. It really only has three deficiencies, it does not detail structure fields, it does not handle automatic variables and it does not have source line numbers. All of those need the sort of detail provided by gcc -g, but the amount of data that generates is prohibitively large, 40+ megabytes is a bit much to load into kernel space. I reluctantly decided that printing global addresses and offsets was the best I could do, given the space constraints. Instead of inventing your own kernsyms file, take a look at kallsyms. It handles modules as well as the kernel. Let me know if you want any additional data in kallsyms. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: [ANNOUNCE] Generalised Kernel Hooks Interface (GKHI... Jesse Pollard
- Re: [ANNOUNCE] Generalised Kernel Hooks Interface (GKHI... richardj_moore
- Re: [ANNOUNCE] Generalised Kernel Hooks Interface (GKHI... richardj_moore
- Re: [ANNOUNCE] Generalised Kernel Hooks Interface (GKHI... richardj_moore
- Re: [ANNOUNCE] Generalised Kernel Hooks Interface (GKHI... richardj_moore
- Re: [ANNOUNCE] Generalised Kernel Hooks Interface ... Theodore Y. Ts'o
- Re: [ANNOUNCE] Generalised Kernel Hooks Interf... Christoph Rohland
- Re: [ANNOUNCE] Generalised Kernel Hooks In... Matt D. Robinson
- Re: [ANNOUNCE] Generalised Kernel Hook... Theodore Y. Ts'o
- Re: [ANNOUNCE] Generalised Kernel... Matt D. Robinson
- Re: [ANNOUNCE] Generalised Ke... Keith Owens
- Re: [ANNOUNCE] Generalised Ke... tytso
- Re: [ANNOUNCE] Generalised Ke... Daniel Phillips
- Re: [ANNOUNCE] Generalised Kerne... Lars Marowsky-Bree
- Re: [ANNOUNCE] Generalised Ke... Michael Rothwell
- Re: [ANNOUNCE] Generalised Kernel Hooks Interf... Andi Kleen
- Re: [ANNOUNCE] Generalised Kernel Hooks Interface (GKHI... richardj_moore
- Re: [ANNOUNCE] Generalised Kernel Hooks Interface ... Alexander Viro
- Re: [ANNOUNCE] Generalised Kernel Hooks Interf... Michael Rothwell
- Re: [ANNOUNCE] Generalised Kernel Hooks In... Alexander Viro
- Re: [ANNOUNCE] Generalised Kernel Hooks Interf... David Lang