[cfe-dev] An executable produced by clang can not be debugged with gdb under Windows

Nikola Smiljanic popizdeh at gmail.com
Tue Oct 23 20:04:50 PDT 2012


I don't understand what you mean by "use Clang... with MinGW"? Clang
compiled with Visual Studio acts as a native windows compiler (msvc
replacement and targets MS ABI). Use the i386-pc-mingw32 triple to
tell Clang to use Mingw headers and ABI. If that doesn't help you
could try using MinGW 4.6 because I remember seeing other issues with
4.7. Hope this helps.

On Wed, Oct 24, 2012 at 1:46 PM, fiveight <fiveight at tom.com> wrote:
> Hi All:
>
>
>         I use Windows 7 32bit, and I build Clang 3.1 with MS VS2008.
>
>         I use Clang to build "hello world" C program with MinGW32 4.7.0 by "clang.exe main.c -g -o main.exe".
>
>         Then I use gdb 6.8 to debug my exe and I get this info:
>
>     "DW_FORM_strp pointing outside of .debug_str section"
>
>         I find http://llvm.org/bugs/show_bug.cgi?id=13636 bug report, but there is no solution.
>
>         And http://llvm.org/bugs/show_bug.cgi?id=11898 bug repor refer to "clang r153589", how can I get this version.
>
>         Thanks!
>
>         fiveight
>         fiveight at tom.com
>           2012-10-24
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev




More information about the cfe-dev mailing list