Jivin Crane, Matthew lays it down ...
> 
> Hi, 
> 
> I have an XIP image I'm trying to bring up on the flash of an atmel
> at91fr401S chip.  The chip has 256k interal ram and 512k external. 
> 
> I have a jtag and the jtag gdbserver program, it works and I can query
> the device.  I would like to do source stepping through the kernel as it
> inits.  Is it possible to do with an XIP image without any debugging
> symbols?  If so, how?

Load the kernel code into the system,  by definition the executing code has not 
symbolic information, then load the symbols from the kernel into the debugger
and you should have what you want:

        connect to the gdbserver with gdb
        gdb> add-symbol-file linux-2.Y.x/vmlinux
        ...

Cheers,
Davidm

-- 
David McCullough,  [EMAIL PROTECTED],   Ph:+61 734352815
Secure Computing - SnapGear  http://www.uCdot.org http://www.cyberguard.com
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to