Module: wine Branch: master Commit: 6c4c64265d390c03544ba256024b8582a9bacae4 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=6c4c64265d390c03544ba256...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Mon Sep 25 22:40:41 2006 +0200
dbghelp: Variables & registers.
- more strickling differentiation variable location between a register, and the dereferenced address defined by a register (and possibly an offset) - added a parameter to symt_add_func_local (and internal symbol data struct) to help differentiate - fix all debug parsers to confer to this new scheme
---
dlls/dbghelp/dbghelp_private.h | 5 +++-- dlls/dbghelp/dwarf.c | 16 +++++++++------- dlls/dbghelp/msc.c | 14 +++++++------- dlls/dbghelp/stabs.c | 20 +++++++++++--------- dlls/dbghelp/symbol.c | 9 +++++---- 5 files changed, 35 insertions(+), 29 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=6c4c64265d390c03544b...