[LLVMdev] Debugging with llvm-gcc/mingw doesn't seem to work

Argiris Kirtzidis akyrtzi at gmail.com
Sun Jun 15 17:11:29 PDT 2008


Hi,

Here are the steps to reproduce the debugging issue:

-create test.c:

int main()
{
  return 0;
}

-llvm-gcc -g test.c -o test.exe
-gdb test.exe
-(gdb) break test.c:3
 >> No line 3 in file "test.c".

This is with the llvm-2.3-x86-mingw32 binaries and gdb-6.8-mingw-3.

Any ideas?


-Argiris





More information about the llvm-dev mailing list