On Fri, Jun 24, 2011 at 10:35 AM, Max Filippov <jcmvb...@gmail.com> wrote: [...] > Yes, I've noticed it (however, after I sent this mail). > But (1) quoted OUT is the last OUT for this host address range in the log and > (2) in gdb I set "b tlb_fill if retaddr == 0x4000a369" and made some steps. > You mean that I should look at previous OUTs for this address range?
That should be the last block matching the address in the log output if you run *under gdb* with -d out_asm. BTW you say this is a clean build, but as far as I could see it looks like your emulated target is not part of standard QEMU; it seems to have a register named 'ar9'. Did I miss something or is it some non public target? ia64? Laurent