when i compile a program with msys2 based gcc or clang built with -g and run it in gdb, symbols are resolved correctly to file with line numbers
but when i observe a crash with Dr. Mingw i only get line numbers and the source file content with gcc, but not with clang
i think this used to work and i’m not sure what clang would be doing differently now
what can i check to discover differences and why does it work in gdb but not Dr. Mingw?
when i compile a program with msys2 based gcc or clang built with
-gand run it in gdb, symbols are resolved correctly to file with line numbersbut when i observe a crash with Dr. Mingw i only get line numbers and the source file content with gcc, but not with clang
i think this used to work and i’m not sure what clang would be doing differently now
what can i check to discover differences and why does it work in gdb but not Dr. Mingw?