dbghelp: Added infrastructure to compute variable location at runtime (as opposed...
commitd812f8b42ccd319615c9961595cf756449bd1288
authorEric Pouech <eric.pouech@wanadoo.fr>
Fri, 24 Nov 2006 21:17:47 +0000 (24 22:17 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 27 Nov 2006 16:55:17 +0000 (27 17:55 +0100)
tree22dd46ad0f72bdfa074e0403406779805b79d97e
parent20fc25bc552ce8dc905b93a5bccff715e5cf0513
dbghelp: Added infrastructure to compute variable location at runtime (as opposed to debug info parse time).

Use it to send the variables depending on not known frame register at parse time.
Made just a stub for the location computation function for dwarf2.
dlls/dbghelp/dbghelp_private.h
dlls/dbghelp/dwarf.c
dlls/dbghelp/symbol.c