Re: [Mingw-w64-public] Debugging Clang 3.2 rubenvb build

2013-03-22 Thread Ruben Van Boxem
2013/3/8 Abir Basak > If I want to debug an executable created with clang 3.2 rubenvb build, it > shows DW_FORM_strp pointing outside .debug_str section > The gdb version comes with the build > GNU gdb (rubenvb-4.6.3-2-release) 7.5.50.20121228-cvs > > Is there any way I can debug an application

[Mingw-w64-public] Debugging Clang 3.2 rubenvb build

2013-03-07 Thread Abir Basak
If I want to debug an executable created with clang 3.2 rubenvb build, it shows DW_FORM_strp pointing outside .debug_str section The gdb version comes with the build GNU gdb (rubenvb-4.6.3-2-release) 7.5.50.20121228-cvs Is there any way I can debug an application compiled with clang 3.2 ? Thank