[PATCH 0/8] Setting dwarf4 as Wine default debug format

Eric Pouech eric.pouech at gmail.com
Mon Nov 22 08:19:31 CST 2021


This series:
+ fixes all the bugs I'm aware of in all the recent dbghelp
  changes (dwarf4, but others too).
+ and let dwarf4 replace dwarf2 as default debug format (it's been
  almost 15 years <g>)
  full wine recompilation required to get all debug info upgraded in
  Wine libraries, DLLs...

A+

---

Eric Pouech (8):
      dbghelp: fix potential crash when loading a builtin a PE module embedded in an ELF image
      dbghelp: protect against missing compiland when adding global function...
      dbghelp/dwarf: don't unmap twice the fmap of a DWZ module
      dbghelp: remove incorrect FIXME in SymEnumerateLoadedModules
      dbghelp: in SymEnumerateLoadedModules, don't limit the number of modules
      dbghelp: fix allocation error in image_load_debugaltlink
      dbghelp: simplify code for searching alternate debug info files
      configure.ac: let dwarf4 be Wine's default debug format


 configure.ac          |  6 +--
 dlls/dbghelp/dwarf.c  |  1 -
 dlls/dbghelp/module.c | 87 +++++++++++++++++++++----------------------
 dlls/dbghelp/symbol.c |  7 +++-
 4 files changed, 49 insertions(+), 52 deletions(-)




More information about the wine-devel mailing list