commit | 4daa187d49a9d242d0bda1f35e190486112915f6 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Sun Mar 18 16:48:44 2012 +0200 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Mar 24 12:57:02 2012 +0000 |
tree | d3bdbc67a9574993fd92a9bb6032b08802de9265 | |
parent | 33cf629a3754b58a1e2dbbe01d91d97e712b7c06 [diff] |
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. Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>