On 15 May 2015 at 08:58, Markus Armbruster <arm...@redhat.com> wrote: > Since you're touching qemu-gdb.py anyway, could you stick in a brief > comment explaining how to put it to use?
Good idea. It turns out the answer is just "source it from gdb", but it took me a little while to find that out, so worth commenting. I also have a patch which makes it do the 'ignore SIGUSR1' bit by doing 'handle SIGUSR1 pass noprint nostop' for you. -- PMM