[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 2/5] gdbstub: gdb pass-through qemu monitor supp
From: |
Maxim Gorbachyov |
Subject: |
Re: [Qemu-devel] [PATCH 2/5] gdbstub: gdb pass-through qemu monitor support |
Date: |
Wed, 21 May 2008 16:58:35 +0400 |
On Mon, May 19, 2008 at 5:29 PM, Jason Wessel
<address@hidden> wrote:
[cut]
>
> Seems reasonable too, see newly attached patch.
>
> Obviously you need the new monitor patch applied prior to this one.
> This patch was updated against the prior patch.
It was noticed [by Jan Kiszka and me] that the output on the monitor
console goes both to the local as well as the remote one - but only if
you issue a command via gdb. When you type in the command locally (ie.
on the qemu side), that output is not forwarded to the gdb frontend.
Is this behavior desired?
- [Qemu-devel] [PATCH 0/5] gdbstub and single step improvments, Jason Wessel, 2008/05/15
- [Qemu-devel] [PATCH 1/5] gdbstub: replace singlestep q packets with qRcmd packets, Jason Wessel, 2008/05/15
- Re: [Qemu-devel] [PATCH 2/5] gdbstub: gdb pass-through qemu monitor support, Edgar E. Iglesias, 2008/05/15
- Re: [Qemu-devel] [PATCH 2/5] gdbstub: gdb pass-through qemu monitor support, Jason Wessel, 2008/05/19
- Re: [Qemu-devel] [PATCH 2/5] gdbstub: gdb pass-through qemu monitor support, Paul Brook, 2008/05/19
- Re: [Qemu-devel] [PATCH 2/5] gdbstub: gdb pass-through qemu monitor support,
Maxim Gorbachyov <=
- Re: [Qemu-devel] [PATCH 2/5] gdbstub: gdb pass-through qemu monitor support, Jason Wessel, 2008/05/21
- [Qemu-devel] Re: [PATCH 2/5] gdbstub: gdb pass-through qemu monitor support, Jan Kiszka, 2008/05/22
- Re: [Qemu-devel] Re: [PATCH 2/5] gdbstub: gdb pass-through qemu monitor support, Jason Wessel, 2008/05/22
- [Qemu-devel] Re: [PATCH 2/5] gdbstub: gdb pass-through qemu monitor support, Jan Kiszka, 2008/05/22
- Re: [Qemu-devel] Re: [PATCH 2/5] gdbstub: gdb pass-through qemu monitor support, Jason Wessel, 2008/05/22
- [Qemu-devel] Re: [PATCH 2/5] gdbstub: gdb pass-through qemu monitor support, Jan Kiszka, 2008/05/23
Re: [Qemu-devel] [PATCH 1/5] gdbstub: replace singlestep q packets with qRcmd packets, Edgar E. Iglesias, 2008/05/15