[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] gdb command: qemu iohandlers
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH] gdb command: qemu iohandlers |
Date: |
Tue, 23 Jun 2015 15:54:51 +0100 |
On 23 June 2015 at 15:43, Dr. David Alan Gilbert (git)
<address@hidden> wrote:
> From: "Dr. David Alan Gilbert" <address@hidden>
>
> Add a gdb command to print the current set of IOHandlers and
> if one of them is a thread yielding for data print the backtrace.
>
> Useful for debugging why an incoming migration has stalled, e.g.
I'd rather we did the split of qemu-gdb.py into one subfile
per command before adding new ones: see patches 1 and 2 in
this series:
https://lists.gnu.org/archive/html/qemu-devel/2015-05/msg02961.html
thanks
-- PMM