Argiris Kirtzidis
2008-Jun-16 00:11 UTC
[LLVMdev] Debugging with llvm-gcc/mingw doesn't seem to work
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
Possibly Parallel Threads
- [LLVMdev] Debugging with llvm-gcc/mingw doesn't seem to work
- [LLVMdev] Debugging with llvm-gcc/mingw doesn't seem to work
- [LLVMdev] Debugging with llvm-gcc/mingw doesn't seem to work
- [LLVMdev] MS C++ gives error C2371 on this code while (obviously)gcc compiles it fine
- [LLVMdev] problems with dwarf/gdb