Module: wine Branch: refs/heads/master Commit: a2b443210723f84f428206432dba08561a45bf98 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=a2b443210723f84f42820643...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Sun Jun 18 21:32:03 2006 +0200
dbghelp: Dwarf & function blocks.
- properly handling function blocks - handling of variables inside of blocks (either on stack, or in a register, or relative to the frame register if any) - added dwarf2_subprogram_t structure so that we can pass around relevant information for function parsing
---
dlls/dbghelp/dwarf.c | 201 ++++++++++++++++++++++++++++++++------------------ 1 files changed, 127 insertions(+), 74 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=a2b443210723f84f4282...