Re: [Qemu-devel] [PATCH v9 24/27] gdbstub: Add another handler for setting qemu.sstep

2019-05-20 Thread Alex Bennée
Jon Doron writes: > On Wed, May 15, 2019 at 8:44 PM Alex Bennée wrote: >> >> >> Jon Doron 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 expos

Re: [Qemu-devel] [PATCH v9 24/27] gdbstub: Add another handler for setting qemu.sstep

2019-05-19 Thread Jon Doron
On Wed, May 15, 2019 at 8:44 PM Alex Bennée wrote: > > > Jon Doron 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

Re: [Qemu-devel] [PATCH v9 24/27] gdbstub: Add another handler for setting qemu.sstep

2019-05-15 Thread Alex Bennée
Jon Doron 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? > > Signed-of

[Qemu-devel] [PATCH v9 24/27] gdbstub: Add another handler for setting qemu.sstep

2019-05-02 Thread Jon Doron
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 Signed-off-by: Jon Doron --- gdbstub.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/gdbstub.c b/gdbstub.c index 88ff6224e6..34da10260d 1