|
From: Adam G. <ar...@cy...> - 2006-02-07 15:26:55
Attachments:
smime.p7s
|
Julian Seward <js...@ac...> wrote: > Eric > >> I've just been trying to make Wine run under valgrind (3.1.0). Things >> greately evolved since our last tries: we can now run lots of >> applications, and a major part of our test suite under valgrind. >> congrats folks!! > > That's great. In an ideal world we could make Wine run really well > under V and then be able to use V to debug Windows apps. Adam Gundy > did this a couple of years ago, but the required changes were never > merged in. hmm. I haven't looked at this in quite a while (as you say), but it sounds like all that is needed now is the part which handles Windows PDB files (debugging info) - that was basically taken from WINE (a long time ago), and hacked into valgrind's symbol handling stuff. sounds like the patch should amount to very little now... Seeya, Adam -- Real Programmers don't comment their code. If it was hard to write, it should be hard to read, and even harder to modify. These are all my own opinions. |
|
From: Eric P. <eri...@wa...> - 2006-02-07 20:57:25
|
Adam Gundy wrote: > Julian Seward <js...@ac...> wrote: > >> Eric >> >>> I've just been trying to make Wine run under valgrind (3.1.0). Things >>> greately evolved since our last tries: we can now run lots of >>> applications, and a major part of our test suite under valgrind. >>> congrats folks!! >> >> >> That's great. In an ideal world we could make Wine run really well >> under V and then be able to use V to debug Windows apps. Adam Gundy >> did this a couple of years ago, but the required changes were never >> merged in. > > > hmm. I haven't looked at this in quite a while (as you say), but it > sounds like all that is needed now is the part which handles Windows PDB > files (debugging info) - that was basically taken from WINE (a long time > ago), and hacked into valgrind's symbol handling stuff. > > sounds like the patch should amount to very little now... except that we do have in wine support for more recent versions of PDB files, which shall prove to be a little bit more of code A+ -- Eric Pouech |