Module: wine Branch: master Commit: d5c4e55d3684fb40048bc1eaadb976680a9dfcd0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d5c4e55d3684fb40048bc1eaad...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Fri Nov 24 22:17:31 2006 +0100
dbghelp: Added struct location to help computing a location.
Make use of it in dwarf.c to handle correctly variable location computation. Split code to handle both location with parse time computation (current code) and yet to come run-time computation
---
dlls/dbghelp/dbghelp_private.h | 21 ++ dlls/dbghelp/dwarf.c | 403 ++++++++++++++++++++++------------------ 2 files changed, 246 insertions(+), 178 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d5c4e55d3684fb40048bc1...