- implemented support for function debug start/stop and labels (msc.c
commiteb80f29350679633ab7f5d4b9cd40ac964d7cb19
authorEric Pouech <pouech-eric@wanadoo.fr>
Mon, 19 Apr 2004 02:58:27 +0000 (19 02:58 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 19 Apr 2004 02:58:27 +0000 (19 02:58 +0000)
treed437e1d321f310af41c88ac47bd3346bfb692bb6
parent9509912e4173b4bd48c0ab394441dc470ef15d96
- implemented support for function debug start/stop and labels (msc.c
  and stabs.c)
- started implementing typedef support
- functions now have a real function signature (only in stabs.c, still
  to be done in msc.c)
- small enhancements to TI_GET_TYPE for functions
- added support for functions' block and local variables in registers
  (msc.c)
- fixed some bugs in StackWalk
- constants are now stored as variants (instead of unsigned ints)
- fixed regular expression management (dbghelp's RE are not the same
  as POSIX ones)
dlls/dbghelp/dbghelp.c
dlls/dbghelp/dbghelp_private.h
dlls/dbghelp/msc.c
dlls/dbghelp/stabs.c
dlls/dbghelp/symbol.c
dlls/dbghelp/type.c