commit | 93b1b365dc06ff7c69d3131d68c083f824db5311 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Aug 14 18:46:29 2015 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Sep 11 17:14:49 2015 +0100 |
tree | d251ac43eaf83ae224cf7142d2e4cecf5448988d | |
parent | ba9cef7b6e487a5a8969db81d09b8eec8a2b50c6 [diff] |
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