Module: wine Branch: refs/heads/master Commit: cff41cf9f203629aa5efd3dafe23c06b1a9d7b8e URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=cff41cf9f203629aa5efd3da...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Sun Jun 18 21:31:55 2006 +0200
dbghelp: Storage of func locals & parameters.
- added the ability to tell to add_func_local whether we're adding a local variable or a parameter (and removed the black magic we were using) - we can now address variables defined as an offset to a register
---
dlls/dbghelp/dbghelp_private.h | 2 +- dlls/dbghelp/msc.c | 26 +++++++++++++++++--------- dlls/dbghelp/stabs.c | 18 +++++++++++------- dlls/dbghelp/symbol.c | 39 ++++++++++++++++----------------------- 4 files changed, 45 insertions(+), 40 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=cff41cf9f203629aa5ef...