[PATCH 0/6] Series short description

Eric Pouech eric.pouech at orange.fr
Mon Feb 13 14:41:26 CST 2012


A couple of fixes for dbghelp... found when trying to get a decent backtrace out fglrx_dri.so
(two enhancements to traces, the 4 others are real bugs)
---

Eric Pouech (6):
      [DbgHelp]: now storing in image structure the 32/64 bitness
      [DbgHelp]: correctly initialize module word_size field when only the eh_frmae is present (and not compilation unit)
      [DbgHelp]: in dwarf parser, when looking for FDE/CIE skip first O-length entries
      [DbgHelp]: in traces for Dwarf/CFA engine, some offset are signed entities
      [DbgHelp]: in i386 stack unwinder, only check for NULL ebp after calling the dwarf/MSVC unwinders as they allow NULL ebp
      [DbgHelp]: fix a couple of traces in dwarf line info parsing


 dlls/dbghelp/cpu_i386.c      |    5 +++--
 dlls/dbghelp/dwarf.c         |   30 ++++++++++++++++++++++++------
 dlls/dbghelp/elf_module.c    |    1 +
 dlls/dbghelp/image_private.h |    1 +
 dlls/dbghelp/pe_module.c     |    6 ++++++
 5 files changed, 35 insertions(+), 8 deletions(-)

-- 
Eric Pouech



More information about the wine-patches mailing list