摘要:
http://wiki.qemu.org/Main_PageQEMU is a generic and open source machine emulator and virtualizer.When used as a machine emulator, QEMU can run OSes and programs made for one machine (e.g. an ARM board) on a different machine (e.g. your own PC). By using dynamic translation, it achieves very good per 阅读全文
摘要:
https://www.gnu.org/software/gdb/GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed.GDB can do four main kinds of things (plus other things in support of these) to help you cat 阅读全文