qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] gdbstub: implement remote debugging protocol escape


From: Doug Gale
Subject: [Qemu-devel] [PATCH] gdbstub: implement remote debugging protocol escapes for command receive
Date: Mon, 1 May 2017 13:16:55 -0400

The attached patch implements the GDB Remote Serial Protocol for
command receive as per the documentation provided at
https://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html#Remote-Protocol
and from inspection of remote.c in the gdb source (the documentation
didn't clearly document whether the packet or the unescaped data were
used for the checksum, turns out the packet data is used for the
checksum, as expected).

get_maintainer.pl didn't find a maintainer for gdbstub.c, so I didn't
cc any maintainers.

Attachment: patch
Description: Binary data


reply via email to

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