[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Re: [PATCH 2/5] gdbstub: gdb pass-through qemu monitor supp
From: |
Jan Kiszka |
Subject: |
[Qemu-devel] Re: [PATCH 2/5] gdbstub: gdb pass-through qemu monitor support |
Date: |
Thu, 22 May 2008 15:24:20 +0200 |
User-agent: |
Thunderbird 2.0.0.12 (X11/20080226) |
Jason Wessel wrote:
> Maxim Gorbachyov wrote:
>> 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?
>>
>>
>>
>
> That was certainly the intended behavior when I created the patch.
> There is no reason to feed the monitor output up to the debugger that
> may or may not be attached.
That's not what we were confused by.
> The behavior could get altered to check if
> the debugger is in the "continue" state and then send the information
> from the monitor, but it seemed of little value to do so.
Rather the contrary: What is the point of mirroring the output you see
in gdb to the local monitor console?
Jan
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PATCH 2/5] gdbstub: gdb pass-through qemu monitor support, (continued)
- [Qemu-devel] [PATCH 2/5] gdbstub: gdb pass-through qemu monitor support, Jason Wessel, 2008/05/15
- [Qemu-devel] [PATCH 3/5] vl.c: always run the real time timers when single stepping, Jason Wessel, 2008/05/15
- [Qemu-devel] [PATCH 4/5] gdbstub: support for gdb "detach/kill/quit", Jason Wessel, 2008/05/15
- [Qemu-devel] [PATCH 5/5] ppc: fix crash in ppc system single step support, Jason Wessel, 2008/05/15
- Re: [Qemu-devel] [PATCH 4/5] gdbstub: support for gdb "detach/kill/quit", Edgar E. Iglesias, 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, 2008/05/21
- 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 <=
- 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