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
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
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
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 |