Hello all,

I am trying to debug a remote kernel using kgdb.
host is x86, target is i386 (2.6.23) (under vmware), connection completes fine.
Problem is - some of the symbols are plain wrong.

For example - "p load_elf_binary" yields 0x802a4990 while that
function naturally resides above 0xc0000000.

When I run gdb ./vmlinux inside the target itself, running the same "p"
command give me the correct result..

any Idea why this happens and how can I fix it ?

Can I supply gdb the updated System.map or something ?

thanks
sfora

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Kgdb-bugreport mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport

Reply via email to