Re: [Qemu-devel] [PATCH v4] gdbstub: add tracing

2017-12-05 Thread Stefan Hajnoczi
On Sat, Dec 02, 2017 at 08:30:37PM -0500, Doug Gale wrote: > Signed-off-by: Doug Gale > --- > Fix usage of %c in trace output, now uses 0x%02x > Fix possible sign extended char that could cause 0xfc to say 0xfffc > Add missing traces for hitting breakpoints, continuing, stepping > Fix incorrec

[Qemu-devel] [PATCH v4] gdbstub: add tracing

2017-12-02 Thread Doug Gale
Signed-off-by: Doug Gale --- Fix usage of %c in trace output, now uses 0x%02x Fix possible sign extended char that could cause 0xfc to say 0xfffc Add missing traces for hitting breakpoints, continuing, stepping Fix incorrect dynamic check for tracing being enabled in hexdump Fix missing braces