[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v9 24/27] gdbstub: Add another handler for setti
From: |
Alex Bennée |
Subject: |
Re: [Qemu-devel] [PATCH v9 24/27] gdbstub: Add another handler for setting qemu.sstep |
Date: |
Mon, 20 May 2019 13:40:37 +0100 |
User-agent: |
mu4e 1.3.2; emacs 26.1 |
Jon Doron <address@hidden> writes:
> On Wed, May 15, 2019 at 8:44 PM Alex Bennée <address@hidden> wrote:
>>
>>
>> Jon Doron <address@hidden> writes:
>>
>> > Follow GDB general query/set packet conventions, qemu.sstep can now
>> > be set with the following command as well:
>> > gdb> maint packet Qqemu.sstep:Value
>>
>> I;m not sure about exposing internal values to a protocol like this.
>> Maybe text based flags would be better?
>>
>
> We kinda have to at this point as this was the original implementation
> or we might end up breaking up the "API"
> see commit: 60897d369f10b464720d8a6de4553c47943ea927
Ahh yes I see. TIL I guess ;-)
--
Alex Bennée
- [Qemu-devel] [PATCH v9 19/27] gdbstub: Implement generic set (Q pkt) with new infra, (continued)
- [Qemu-devel] [PATCH v9 19/27] gdbstub: Implement generic set (Q pkt) with new infra, Jon Doron, 2019/05/02
- [Qemu-devel] [PATCH v9 18/27] gdbstub: Implement generic query (q pkt) with new infra, Jon Doron, 2019/05/02
- [Qemu-devel] [PATCH v9 05/27] gdbstub: Implement continue with signal (C pkt) with new infra, Jon Doron, 2019/05/02
- [Qemu-devel] [PATCH v9 13/27] gdbstub: Implement write all registers (G pkt) with new infra, Jon Doron, 2019/05/02
- [Qemu-devel] [PATCH v9 24/27] gdbstub: Add another handler for setting qemu.sstep, Jon Doron, 2019/05/02
- [Qemu-devel] [PATCH v9 15/27] gdbstub: Implement file io (F pkt) with new infra, Jon Doron, 2019/05/02
[Qemu-devel] [PATCH v9 21/27] gdbstub: Clear unused variables in gdb_handle_packet, Jon Doron, 2019/05/02
[Qemu-devel] [PATCH v9 25/27] kvm: Add API to read/write a CPU MSR value, Jon Doron, 2019/05/02
[Qemu-devel] [PATCH v9 27/27] gdbstub: Add support to write a MSR for KVM target, Jon Doron, 2019/05/02
Re: [Qemu-devel] [PATCH v9 00/27] gdbstub: Refactor command packets handler, Alex Bennée, 2019/05/15
Re: [Qemu-devel] [PATCH v9 00/27] gdbstub: Refactor command packets handler, Alex Bennée, 2019/05/15