Sweden-Number/dlls/dbghelp
Eric Pouech eb80f29350 - 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)
2004-04-19 02:58:27 +00:00
..
.cvsignore First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
Makefile.in First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
dbghelp.c - implemented support for function debug start/stop and labels (msc.c 2004-04-19 02:58:27 +00:00
dbghelp.spec First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
dbghelp_private.h - implemented support for function debug start/stop and labels (msc.c 2004-04-19 02:58:27 +00:00
elf_module.c Fix a few compile errors when cross compiling. 2004-04-15 04:58:55 +00:00
image.c First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
memory.c First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
minidump.c First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
module.c First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
msc.c - implemented support for function debug start/stop and labels (msc.c 2004-04-19 02:58:27 +00:00
path.c First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
pe_module.c First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
source.c First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
stabs.c - implemented support for function debug start/stop and labels (msc.c 2004-04-19 02:58:27 +00:00
stack.c Fixed a compile error on non-i386. 2004-04-17 00:22:34 +00:00
storage.c Avoid compiler warning in vector_position(). 2004-04-06 20:13:37 +00:00
symbol.c - implemented support for function debug start/stop and labels (msc.c 2004-04-19 02:58:27 +00:00
type.c - implemented support for function debug start/stop and labels (msc.c 2004-04-19 02:58:27 +00:00