"Tijs" == Tijs van Bakel tijs@connectux.com writes:
...
Tijs> Furthermore, it seems useful to make gdb parse the .pdb format, or Tijs> other debugging information. Winedbg already has a working pdb Tijs> parser, which I could port to gdb.
Look also what has been done with gdb on windows ( cygwin, mingw). Some "gdb.exe" should use the same mechanismes like windows debuggers, which wine supports to some extend. If you get gdb to read the mostly undocumented new PDB format, this would be a big step. Being able to read wine's format dll.so would be a plus.
Bye