qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/6] contrib/elf2dmp: elf2dmp for Windows hosts
@ 2018-12-20  1:24 Viktor Prutyanov
  2018-12-20  1:24 ` [Qemu-devel] [PATCH v2 1/6] contrib/elf2dmp: fix elf.h including Viktor Prutyanov
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Viktor Prutyanov @ 2018-12-20  1:24 UTC (permalink / raw)
  To: pbonzini, rkagan; +Cc: eblake, qemu-devel, Viktor Prutyanov

In most cases, it is more convenient to convert a dump on the same machine
on which the analysis is performed. Because of WinDbg, the analysis of guest
Windows problems needs Windows host anyway, so it is useful to have dump
convertion tool near the debugger.
After these patches elf2dmp can be built both for Linux and Windows (x86
and x86_64) hosts.

Viktor Prutyanov (6):
  contrib/elf2dmp: fix elf.h including
  contrib/elf2dmp: use GLib in ELF processing
  contrib/elf2dmp: use GLib in PDB processing
  contrib/elf2dmp: fix structures definitions
  contrib/elf2dmp: fix printf format
  configure: enable elf2dmp build for Windows hosts

 Makefile                   |  4 ++--
 configure                  |  4 ++--
 contrib/elf2dmp/kdbg.h     | 12 ++++++++----
 contrib/elf2dmp/main.c     | 27 +++++++++++++++------------
 contrib/elf2dmp/pdb.c      | 33 +++++++++++----------------------
 contrib/elf2dmp/pdb.h      |  4 +++-
 contrib/elf2dmp/pe.h       |  6 ++++--
 contrib/elf2dmp/qemu_elf.c | 27 ++++++++-------------------
 contrib/elf2dmp/qemu_elf.h | 10 +++++-----
 9 files changed, 58 insertions(+), 69 deletions(-)

-- 
2.17.2

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-01-15 17:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-20  1:24 [Qemu-devel] [PATCH v2 0/6] contrib/elf2dmp: elf2dmp for Windows hosts Viktor Prutyanov
2018-12-20  1:24 ` [Qemu-devel] [PATCH v2 1/6] contrib/elf2dmp: fix elf.h including Viktor Prutyanov
2018-12-20  1:24 ` [Qemu-devel] [PATCH v2 2/6] contrib/elf2dmp: use GLib in ELF processing Viktor Prutyanov
2018-12-20  1:24 ` [Qemu-devel] [PATCH v2 3/6] contrib/elf2dmp: use GLib in PDB processing Viktor Prutyanov
2018-12-20  1:24 ` [Qemu-devel] [PATCH v2 4/6] contrib/elf2dmp: fix structures definitions Viktor Prutyanov
2018-12-20  1:24 ` [Qemu-devel] [PATCH v2 5/6] contrib/elf2dmp: fix printf format Viktor Prutyanov
2018-12-20  1:24 ` [Qemu-devel] [PATCH v2 6/6] configure: enable elf2dmp build for Windows hosts Viktor Prutyanov
2019-01-15 17:38 ` [Qemu-devel] [PATCH v2 0/6] contrib/elf2dmp: elf2dmp " Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).