Re: [Qemu-devel] [PATCH v2] gdb command: qemu handlers

2015-10-27 Thread Stefan Hajnoczi
On Tue, Oct 27, 2015 at 01:09:45PM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > A new gdb commands are added: > > qemu handlers > > That dumps an AioContext list (by default qemu_aio_context) > possibly including a backtrace for cases it knows abou

[Qemu-devel] [PATCH v2] gdb command: qemu handlers

2015-10-27 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" A new gdb commands are added: qemu handlers That dumps an AioContext list (by default qemu_aio_context) possibly including a backtrace for cases it knows about (with the verbose option). Intended to help find why something is hanging waiting