]> git.proxmox.com Git - mirror_qemu.git/commit
scripts/qemu-gdb: Split MtreeCommand into its own module
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 14 Aug 2015 17:46:29 +0000 (18:46 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 11 Sep 2015 16:14:49 +0000 (17:14 +0100)
commit93b1b365dc06ff7c69d3131d68c083f824db5311
treed251ac43eaf83ae224cf7142d2e4cecf5448988d
parentba9cef7b6e487a5a8969db81d09b8eec8a2b50c6
scripts/qemu-gdb: Split MtreeCommand into its own module

As we add more commands to our Python gdb debugging support, it's
going to get unwieldy to have everything in a single file. Split
the implementation of the 'mtree' command from qemu-gdb.py into
its own module.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1439574392-4403-2-git-send-email-peter.maydell@linaro.org
scripts/qemu-gdb.py
scripts/qemugdb/__init__.py [new file with mode: 0644]
scripts/qemugdb/mtree.py [new file with mode: 0644]