mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
![]() When debugging in gdb you might want to inspect instructions in mapped pages or in exception vectors like 0x800 etc. This was previously not possible in qemu since the *get_phys_page_debug() routine only looked into the data tlb. Change to fall back to look into instruction tlb and plain physical pages. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Stafford Horne <shorne@gmail.com> |
||
---|---|---|
.. | ||
cpu.c | ||
cpu.h | ||
exception.c | ||
exception.h | ||
exception_helper.c | ||
fpu_helper.c | ||
gdbstub.c | ||
helper.h | ||
interrupt.c | ||
interrupt_helper.c | ||
machine.c | ||
Makefile.objs | ||
mmu.c | ||
mmu_helper.c | ||
sys_helper.c | ||
translate.c |