dbghelp: Added struct location to help computing a location.
commitd5c4e55d3684fb40048bc1eaadb976680a9dfcd0
authorEric Pouech <eric.pouech@wanadoo.fr>
Fri, 24 Nov 2006 21:17:31 +0000 (24 22:17 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 27 Nov 2006 16:54:08 +0000 (27 17:54 +0100)
tree743f355c62f5b08dcbfd1f117d1fb90dc08eca40
parent848f8c41c0e7917c39880081f68c599511c612b5
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
dlls/dbghelp/dwarf.c