[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: |
Paul Brook |
Subject: |
Re: [Qemu-devel] [PATCH 2/5] gdbstub: gdb pass-through qemu monitor support |
Date: |
Mon, 19 May 2008 17:30:50 +0100 |
User-agent: |
KMail/1.9.9 |
On Monday 19 May 2008, Jason Wessel wrote:
> Edgar E. Iglesias wrote:
> > On Thu, May 15, 2008 at 09:11:30AM -0500, Jason Wessel wrote:
> >> This patch adds a feature to the gdbstub to allow gdb to issue monitor
> >> commands that can pass-through to the qemu monitor.
It seems rather silly to have both gdbstub qRcmd and the monitor interface
support a different set of commands. I see no reason why the singlestep
control should be gdbstub specific, rather than just annother monitor
command.
Paul
- [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
- [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 <=
- 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, 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