Module: wine
Branch: master
Commit: d5c4e55d3684fb40048bc1eaadb976680a9dfcd0
URL: http://source.winehq.org/git/wine.git/?a=commit;h=d5c4e55d3684fb40048bc1eaa…
Author: Eric Pouech <eric.pouech(a)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=d5c4e55d3684fb40048bc…
Module: wine
Branch: master
Commit: 32c96adddd14494ce51d7d75410f15ea80fa0acb
URL: http://source.winehq.org/git/wine.git/?a=commit;h=32c96adddd14494ce51d7d754…
Author: Eric Pouech <eric.pouech(a)wanadoo.fr>
Date: Fri Nov 24 22:17:10 2006 +0100
dbghelp: Added a process field to the modules pair structure.
This makes the code simpler to read, a bit more efficient, and
furthermore it'll be needed in future patches.
---
dlls/dbghelp/dbghelp_private.h | 3 +-
dlls/dbghelp/module.c | 10 +++---
dlls/dbghelp/source.c | 22 ++++++-------
dlls/dbghelp/symbol.c | 66 ++++++++++++++++++++-------------------
dlls/dbghelp/type.c | 15 ++++-----
5 files changed, 58 insertions(+), 58 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=32c96adddd14494ce51d7…