开发者

Mingw windowsXP application corefile (.dmp) debugging tool

开发者 https://www.devze.com 2023-04-02 16:34 出处:网络
For an application written on C++ and compiled/built on mingw, I am facing issues in core file analysis. I have my application built/run on XP machine.

For an application written on C++ and compiled/built on mingw, I am facing issues in core file analysis. I have my application built/run on XP machine.

  1. How do we save core file generated in the test bed of Windows XP? The application is delivered to user/test engineer and if the "users" gets the crash - how to save the crash file and send it across?

  2. Can you suggest the best available debugger for this kind of set-up? I did go through Windbg32, coredumper.exe etc - but these depends on specific VC generated symbol file. And mingw used application cannot be used in lieu with Wingdb32.

  3. Is there any specific compilation flag I need to use on mingw during application building - so that I can read all symbols from the core file - during the analysis.

Thanks in advance for advice. Any link on these material a开发者_运维技巧lso would help a lot.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号