> > Porting 2.6.8.1 to their board is my project. I was told that they have some > > hardware debbuger, but it doesn't work with virtual memory. > > I don't have one capable of working with virtual memory but I do have > a JTAG debugger since JTAG is used to program all of our boards - and > using insight with a large cup of coffee, System.map and the output of > a full objdump of the kernel binary in combination with modifying the > code in memory to insert infinate loops or changing the mode in the > MSR usually works for me. Seriously, if you don't have a vm capable > debugger that's a lot of masochistic fun to be had debugging. >
And just to make the point - it's not the JTAG hardware which is or is not VM capable, it's the debugger using the hardware which must be smart enough to read the MM tables and do the translations for you. Maybe if you post what hardware you have somebody would know of a gdb port that supports it. Don't let them blow you off on this - they're wasting your time and their money if you don't have a proper debugger. Just tell them we all said you need one. Mark C.
