Re: [Qemu-devel] [PATCH 2/2] contrib/elf2dmp: elf2dmp for Windows hosts

2018-11-22 Thread Roman Kagan
On Wed, Nov 21, 2018 at 10:54:15AM -0600, Eric Blake wrote: > On 11/21/18 4:25 AM, Roman Kagan wrote: > > On Fri, Nov 02, 2018 at 03:28:18AM +0300, Viktor Prutyanov wrote: > > > After this patch elf2dmp can be built by mingw64 for Windows hosts. > > > > What prevents building it with mingw32? (I

Re: [Qemu-devel] [PATCH 2/2] contrib/elf2dmp: elf2dmp for Windows hosts

2018-11-21 Thread Eric Blake
On 11/21/18 4:25 AM, Roman Kagan wrote: On Fri, Nov 02, 2018 at 03:28:18AM +0300, Viktor Prutyanov wrote: After this patch elf2dmp can be built by mingw64 for Windows hosts. What prevents building it with mingw32? (I realize that since the tool uses mmaped access to the dump data it's limited

Re: [Qemu-devel] [PATCH 2/2] contrib/elf2dmp: elf2dmp for Windows hosts

2018-11-21 Thread Roman Kagan
On Fri, Nov 02, 2018 at 03:28:18AM +0300, Viktor Prutyanov wrote: > After this patch elf2dmp can be built by mingw64 for Windows hosts. What prevents building it with mingw32? (I realize that since the tool uses mmaped access to the dump data it's limited to dumps under a couple of gigs but it's

[Qemu-devel] [PATCH 2/2] contrib/elf2dmp: elf2dmp for Windows hosts

2018-11-01 Thread Viktor Prutyanov
After this patch elf2dmp can be built by mingw64 for Windows hosts. Signed-off-by: Viktor Prutyanov --- Makefile | 4 ++-- contrib/elf2dmp/kdbg.h | 12 contrib/elf2dmp/main.c | 27 +++ contrib/elf2dmp/pdb.c | 4 +++- contrib/elf2dmp/pdb.h |