Re: [PATCH] Make instruction dumping work in real mode.

2007-09-24 Thread Olof Johansson
On Mon, Sep 24, 2007 at 02:01:00PM -0500, Scott Wood wrote: > On non-book-E, if a faulting PC is in the first few pages, and it's not an > ITLB miss, it's likely executing in real mode, probably at an exception > vector. > > Rather than print a useless , it is assumed that this is the cas

[PATCH] Make instruction dumping work in real mode.

2007-09-24 Thread Scott Wood
On non-book-E, if a faulting PC is in the first few pages, and it's not an ITLB miss, it's likely executing in real mode, probably at an exception vector. Rather than print a useless , it is assumed that this is the case, and the address is treated as physical. This helps when debugging c