qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 00/43] Windbg supporting


From: Mihail Abakumov
Subject: Re: [Qemu-devel] [PATCH 00/43] Windbg supporting
Date: Tue, 03 Oct 2017 15:14:27 +0300
User-agent: Roundcube Webmail/1.1.2

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

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