[PATCH 0/6 v3] Seventh step towards dwarf 3/4 support in wine

Eric Pouech eric.pouech at gmail.com
Tue Sep 28 10:21:11 CDT 2021


V1:
- partly committed

V2:
- added new SymTag* values in cvconst.h

V3:
- amend configure.ac patch for coherency of config options
  for regular and cross compilation (from Jacek's suggestions)

A+
---

Eric Pouech (6):
      dbghelp/dwarf: downgrade FIXME into WARN for empty range
      dbghelp/dwarf: added support for local variables with constant values
      dbghelp/dwarf: fix incorrect WARN
      dbghelp/dwarf: Bumping max supported version (by default) up to 4
      configure: allow picking up dwarf version for compilation from command line
      include/cvconst.h: added enumeration for newest SymTag values


 configure.ac                   | 15 ++++++++----
 dlls/dbghelp/dbghelp_private.h |  4 ++++
 dlls/dbghelp/dwarf.c           | 43 ++++++++++++++++++++--------------
 dlls/dbghelp/symbol.c          | 39 ++++++++++++++++++++++++++++++
 dlls/dbghelp/type.c            | 15 ++++++++++--
 include/cvconst.h              | 14 ++++++++++-
 6 files changed, 104 insertions(+), 26 deletions(-)




More information about the wine-devel mailing list