[PATCH 0/5] Series short description

Eric Pouech eric.pouech at orange.fr
Mon Jan 23 14:36:51 CST 2012


The following series adds a couple of enhancements to minidump files. 

---

Eric Pouech (5):
      [WineDbg,winedump]: now embedding wine build-id information info minidump, and display it (WineDbg, winedump...)
      [DbgHelp]: now adding our own thread data gathering struct for minidump internals instead on relying on SYSTEM_PROCESS_INFO
      [DbgHelp]: now allowing CPU backends to add specific information into a minidump
      [DbgHelp]: allow each CPU backend to save CPU specific memory ranges in minidump
      [WineDbg]: enhance algorithm to look up for memory data inside a minidump


 dlls/dbghelp/cpu_arm.c          |   14 +++
 dlls/dbghelp/cpu_i386.c         |   24 +++++
 dlls/dbghelp/cpu_ppc.c          |   14 +++
 dlls/dbghelp/cpu_sparc.c        |   14 +++
 dlls/dbghelp/cpu_x86_64.c       |   64 ++++++++++++++
 dlls/dbghelp/dbghelp_private.h  |   56 ++++++++++++
 dlls/dbghelp/minidump.c         |  175 +++++++++++++++++++++------------------
 programs/winedbg/tgt_minidump.c |   57 ++++++++++---
 tools/winedump/minidump.c       |   15 +++
 9 files changed, 340 insertions(+), 93 deletions(-)

-- 
Eric Pouech



More information about the wine-patches mailing list