Statistics
| Branch: | Revision:

root / scripts / qemu-gdb.py @ feature-archipelago

History | View | Annotate | Download (2.7 kB)

# Date Author Comment
4daa187d 03/24/2012 02:57 pm Avi Kivity

scripts: add gdb support script

Add a script that enhances gdb to be aware of QEMU data structures.

This patch adds a single gdb command, 'qemu mtree'. The command is
similar to the monitor's 'info mtree', except that it prints MemoryRegion
addresses, and except for working from a core dump as well as a live instance....