how to debug wine

2011-12-08 Thread winepp
Dear sir: I downloaded the source of wine1.3.29.I want to know how does it work,so I must debug the source of wine! Can you tell me how to debug wine? Shall I need to install any other tools? Thank you very much! -- View this message in context:

Re: Antw.: Remove obsolete and unused cmdlgtst.

2011-12-08 Thread Dmitry Timoshkov
André Hentschel n...@dawncrow.de wrote: Yes, i just recently modified it to test a bug, please don't remove it You can always get through git when needed it. Please avoid reposting huge messages without any purpose, strip the content you are not going to comment on. -- Dmitry.

Re: [1/6] gdi32/tests: Add tests for vertical font.

2011-12-08 Thread Dmitry Timoshkov
Kusanagi Kouichi sl...@ac.auone-net.jp wrote: @@ -4099,4 +4186,5 @@ START_TEST(font) * is properly implemented. */ test_CreateScalableFontResource(); +test_vertical_font(); } Did you read the comment above the added line? -- Dmitry.

Re: [6/6] gdi32: Add a helper function to convert a string from A to W.

2011-12-08 Thread Dmitry Timoshkov
Kusanagi Kouichi sl...@ac.auone-net.jp wrote: +static WCHAR *towstr(const UINT cp, const char * const str) +{ You are overusing 'const' modifiers. -- Dmitry.

Re: Antw.: Remove obsolete and unused cmdlgtst.

2011-12-08 Thread Michael Stefaniuc
On 12/08/2011 01:16 PM, Dmitry Timoshkov wrote: André Hentscheln...@dawncrow.de wrote: Yes, i just recently modified it to test a bug, please don't remove it You can always get through git when needed it. That or we split it out into a separate git tree. But we can keep it if it is still

Re: [2/6] gdi32: Don't use preferred family.

2011-12-08 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=15827 Your paranoid

Re: [1/6] gdi32/tests: Add tests for vertical font.

2011-12-08 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=15826 Your paranoid

Re: [3/6] gdi32: Don't remove leading '@' from face name.

2011-12-08 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=15828 Your paranoid

Re: [4/6] gdi32: Add vertical fonts to list.

2011-12-08 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=15829 Your paranoid

Re: [5/6] gdi32: Substitute glyph for vertical font only.

2011-12-08 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=15830 Your paranoid

Re: Antw.: Remove obsolete and unused cmdlgtst.

2011-12-08 Thread Alexandre Julliard
Michael Stefaniuc mstef...@redhat.com writes: On 12/08/2011 01:16 PM, Dmitry Timoshkov wrote: André Hentscheln...@dawncrow.de wrote: Yes, i just recently modified it to test a bug, please don't remove it You can always get through git when needed it. That or we split it out into a

Re: [1/6] gdi32/tests: Add tests for vertical font. (try 2)

2011-12-08 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=15831 Your paranoid

Re: [4/6] gdi32: Add vertical fonts to font list. (try 2)

2011-12-08 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=15834 Your paranoid

Re: [3/6] gdi32: Don't remove leading '@' from face name. (try 2)

2011-12-08 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=15833 Your paranoid

Re: usp10: add Myanmar script

2011-12-08 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=15845 Your paranoid

Re: how to debug wine

2011-12-08 Thread Austin English
On Wed, Dec 7, 2011 at 03:23, winepp you35851...@yahoo.com.cn wrote: Dear sir:    I downloaded the source of wine1.3.29.I want to know how does it work,so I  must debug the source of wine! Can you tell me  how to debug wine? Shall I need to install any other tools?    Thank you very much!