Statistics
| Branch: | Revision:

root / scripts / dump-guest-memory.py @ feature-archipelago

History | View | Annotate | Download (14 kB)

# Date Author Comment
3e16d14f 01/26/2014 01:06 pm Laszlo Ersek

Python-lang gdb script to extract x86_64 guest vmcore from qemu coredump

When qemu dies unexpectedly, for example in response to an explicit
abort() call, or (more importantly) when an external signal is delivered
to it that results in a coredump, sometimes it is useful to extract the...