dbghelp: Storage of func locals & parameters.
commitcff41cf9f203629aa5efd3dafe23c06b1a9d7b8e
authorEric Pouech <eric.pouech@wanadoo.fr>
Sun, 18 Jun 2006 19:31:55 +0000 (18 21:31 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 20 Jun 2006 09:47:38 +0000 (20 11:47 +0200)
treeb7915a972cc37db71bd1e0eab6adfafe6713e3e9
parentdf179e9bf189fbc33e42c7ac3bc55e346b3b7db9
dbghelp: Storage of func locals & parameters.

- added the ability to tell to add_func_local whether we're adding
  a local variable or a parameter (and removed the black magic
  we were using)
- we can now address variables defined as an offset to a register
dlls/dbghelp/dbghelp_private.h
dlls/dbghelp/msc.c
dlls/dbghelp/stabs.c
dlls/dbghelp/symbol.c