- now detecting Dwarf debug information in ELF modules (but don't load
commit62bf6ecc85b03fd68f6768b5267361e243be4ed2
authorEric Pouech <pouech-eric@wanadoo.fr>
Tue, 3 Feb 2004 00:14:12 +0000 (3 00:14 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 3 Feb 2004 00:14:12 +0000 (3 00:14 +0000)
tree64e3e7b4e5eea7c4c62161f0ec4b28fb5e8ed141
parentd329f1beb2c9d1b7741983074fd43f1a8e893c14
- now detecting Dwarf debug information in ELF modules (but don't load
  it)
- separated module management (pe.c, elf.c) from debug information
  management (stabs.c, msc.c)
- worked around new wine-pthread and wine-kthread loaders (no longer
  use "wine" as default loader)
- better convergence of gdb-proxy and winedbg for ELF handling
- fixed ELF link-map walking - now using all loaded shared libs -
  (with the help of Robert Shearman)
- added a bit of const correctness
programs/winedbg/Makefile.in
programs/winedbg/debugger.h
programs/winedbg/elf.c [new file with mode: 0644]
programs/winedbg/gdbproxy.c
programs/winedbg/hash.c
programs/winedbg/memory.c
programs/winedbg/module.c
programs/winedbg/msc.c
programs/winedbg/pe.c [new file with mode: 0644]
programs/winedbg/stabs.c
programs/winedbg/winedbg.c