Stefan Hajnoczi писал 2017-10-02 22:43:
On Tue, Sep 26, 2017 at 02:04:06PM +0300, Mihail Abakumov wrote:
We made the debugger module WinDbg (like GDB) for QEMU. This is the replacement of the remote stub in Windows kernel. Used for remote Windows kernel debugging without debugging mode.

How do the feature sets of the GDB remote protocol and WinDbg protocol
compare?  (I don't mean the debuggers themselves, but just the
protocols.)

Stefan

The GDB remote protocol is symbolic. The WinDbg remote protocol is a higher level protocol. Interaction occurs through packets. The structures of these packets are defined in windbgkd.h header file.

Mihail Abakumov

Reply via email to