Re: [Qemu-devel] [PATCH] scripts: add gdb support script

2012-03-24 Thread Blue Swirl
Thanks, applied. On Sun, Mar 18, 2012 at 14:48, Avi Kivity wrote: > 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,

[Qemu-devel] [PATCH] scripts: add gdb support script

2012-03-18 Thread Avi Kivity
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. Signed-o