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
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
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
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