Module: wine Branch: master Commit: 75033503e8aa668abe342f5d0542dc8322ba64b1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=75033503e8aa668abe342f5d05...
Author: Eric Pouech eric.pouech@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=75033503e8aa668abe342f...