[Development] [RFCs] Migrate from GCC MinGW to LLVM MinGW

Cristian Adam cristian.adam at qt.io
Thu Jul 20 17:15:16 CEST 2023


On 07/20/2023 15:48, Cristian Adam via Development wrote:

At How to open Windows crash dumps? | Qt Forum<https://forum.qt.io/topic/146109/how-to-open-windows-crash-dumps> this is one case of using Windows minidump files with MinGW, which is not supported.

With the LLVM MinGW and the PDB format I expected this to ... work.

I've pushed an example at cristianadam/MaxiDump (github.com)<https://github.com/cristianadam/MaxiDump/> it works with MSVC and clang-cl. With LLVM MinGW I've got the pdb and the dmp files, but WinDbg would not resolve when typing .excr

@Martin Storsjö Any clues why it didn't work?

WinDbg didn't work, but lldb.exe itself works:

lldb MaxiDump.exe --core MaxiDump.dmp

I've updated cristianadam/MaxiDump (github.com)<https://github.com/cristianadam/MaxiDump/> with this new information.

Cheers,
Cristian.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20230720/aa43fefe/attachment.htm>


More information about the Development mailing list