On 1 May 2018 at 11:20, Rafael Kioji <rafaelki...@gmail.com> wrote: > This logging flag prints what I want. But I really wanted is to get this > info inside the QEMU source code. Why am I not able to lookup the symbols in > the translator.c file the way I showed?
The -d in_asm logging is just using lookup_symbol() (eg for arm I think it's in arm_tr_disas_log() that that particular logging is done), so if it works when it's called by the existing QEMU code but not in your modification then it sounds like there's an error in your modification somewhere. thanks -- PMM