[PATCH 0/4] Support in dbghelp for variables in thread local storage

Eric Pouech eric.pouech at orange.fr
Sat Jan 29 13:37:49 CST 2011


The following series implements support in dbghelp (for MSC object files) for
variables stored in thread local storage.
Fix for #25839.

---

Eric Pouech (4):
      [WineDump]: added definition and dumping of thread local variables
      [DbgHelp]: added support for variables in thread storage
      [DbgHelp]: now properly declaring variables with thread storage from codeview debug format
      [WineDbg]: added support for variables with thread storage


 dlls/dbghelp/coff.c            |    8 ++++-
 dlls/dbghelp/dbghelp_private.h |    8 +++--
 dlls/dbghelp/dwarf.c           |    4 +-
 dlls/dbghelp/elf_module.c      |    9 ++++-
 dlls/dbghelp/msc.c             |   67 ++++++++++++++++++++++++++++++++++------
 dlls/dbghelp/pe_module.c       |    1 +
 dlls/dbghelp/stabs.c           |   12 +++++--
 dlls/dbghelp/symbol.c          |   23 ++++++++++----
 include/wine/mscvpdb.h         |   32 +++++++++++++++++++
 programs/winedbg/symbol.c      |   49 ++++++++++++++++++++++++++++-
 tools/winedump/msc.c           |   23 ++++++++++++++
 11 files changed, 205 insertions(+), 31 deletions(-)

-- 
Eric Pouech



More information about the wine-patches mailing list