Re: PCMCIA ATA flash support?
From: Wolfgang Denk <hidden>
Date: 2000-06-21 07:07:43
From: Wolfgang Denk <hidden>
Date: 2000-06-21 07:07:43
In message [ref] Murray Jensen wrote:
They won't be - the backtrace prints the return (or link in ppc speak) address i.e. the next instruction to be executed after a return from the current function (or stack frame). Just sort your System.map file on the
The System.map file _is_ already sorted.
first column (hex address) and then look for the largest value in the first column that is still less than the next address in the backtrace. This gives you some idea of which function that address is within, and how far in that function it is. A bit tedious but ok for a start.
No need to do this by hand. See the attached script - just give the path of the System.map file to use as argument, and feed the backtrace to stdin.
What would be better is to get kgdb working, then gdb will work all this
I agree. Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de Knowledge, sir, should be free to all! -- Harry Mudd, "I, Mudd", stardate 4513.3