qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v4] gdbstub: add tracing
Date: Tue, 5 Dec 2017 14:00:34 +0000
User-agent: Mutt/1.9.1 (2017-09-22)

On Sat, Dec 02, 2017 at 08:30:37PM -0500, Doug Gale wrote:
> Signed-off-by: Doug Gale <address@hidden>
> ---
> Fix usage of %c in trace output, now uses 0x%02x
> Fix possible sign extended char that could cause 0xfc to say 0xfffffffc
> Add missing traces for hitting breakpoints, continuing, stepping
> Fix incorrect dynamic check for tracing being enabled in hexdump
> Fix missing braces around single line if body
> Fix incorrectly indented return statement
> Fix order of trace-events to be more tidy
>  gdbstub.c    | 113 
> +++++++++++++++++++++++++++++++++++++++++------------------
>  trace-events |  28 +++++++++++++++
>  2 files changed, 106 insertions(+), 35 deletions(-)

Thanks, since there is no gdbstub.c maintainer I have applied this to my
tracing-next tree:
https://github.com/stefanha/qemu/commits/tracing-next

Stefan

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]