Re: [Qemu-devel] WinDbg module

2017-04-13 Thread Mihail Abakumov
Stefan Weil писал 2017-04-12 20:55: Am 12.04.2017 um 18:30 schrieb Roman Kagan: On Wed, Apr 12, 2017 at 05:05:45PM +0300, Mihail Abakumov wrote: Hello. We made the debugger module WinDbg (like GDB) for QEMU. This is the replacement of the remote stub in Windows kernel. Used for remote

Re: [Qemu-devel] WinDbg module

2017-04-13 Thread Mihail Abakumov
Ladi Prosek писал 2017-04-13 10:02: The linked v2.7.50-windbg seems to be a Windows release. Does it also work on Linux hosts with KVM? I haven't tested it yet, but it should work. Also, #ifdef TARGET_X86_64 // Unimplemented yet #error Unsupported Architecture #endif can you

Re: [Qemu-devel] WinDbg module

2017-04-13 Thread Ladi Prosek
Hi, On Wed, Apr 12, 2017 at 4:05 PM, Mihail Abakumov wrote: > Hello. > > 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. This is

Re: [Qemu-devel] WinDbg module

2017-04-12 Thread Roman Kagan
On Wed, Apr 12, 2017 at 05:05:45PM +0300, Mihail Abakumov wrote: > Hello. > > 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. > > The latest build and

Re: [Qemu-devel] WinDbg module

2017-04-12 Thread Denis V. Lunev
On 04/12/2017 05:05 PM, Mihail Abakumov wrote: > Hello. > > 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. > > The latest build and instructions for the

Re: [Qemu-devel] WinDbg module

2017-04-12 Thread Stefan Weil
Am 12.04.2017 um 18:30 schrieb Roman Kagan: On Wed, Apr 12, 2017 at 05:05:45PM +0300, Mihail Abakumov wrote: Hello. 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

Re: [Qemu-devel] WinDbg module

2017-04-12 Thread Marc-André Lureau
Hi On Wed, Apr 12, 2017 at 6:44 PM Mihail Abakumov wrote: > Hello. > > 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. > > The

[Qemu-devel] WinDbg module

2017-04-12 Thread Mihail Abakumov
Hello. 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. The latest build and instructions for the launch can be found here: