Eric Pouech : dbghelp: Added ability to internal store / reload a symbol with a constant value.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Dec 6 05:49:02 CST 2006


Module: wine
Branch: master
Commit: 75033503e8aa668abe342f5d0542dc8322ba64b1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=75033503e8aa668abe342f5d0542dc8322ba64b1

Author: Eric Pouech <eric.pouech at wanadoo.fr>
Date:   Tue Dec  5 22:13:30 2006 +0100

dbghelp: Added ability to internal store / reload a symbol with a constant value.

Let dwarf and msc use this new feature.
As we also add global symbol without addresses, don't take those
constant symbols into account for searches by address.

---

 dlls/dbghelp/dbghelp_private.h |    6 ++++
 dlls/dbghelp/dwarf.c           |   46 ++++++++++++++++++++++++++++++-
 dlls/dbghelp/msc.c             |   54 +++++++++++++++++--------------------
 dlls/dbghelp/symbol.c          |   58 +++++++++++++++++++++++++++++++++-------
 4 files changed, 123 insertions(+), 41 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=75033503e8aa668abe342f5d0542dc8322ba64b1



More information about the wine-cvs mailing list