search for: tenline

Displaying 1 result from an estimated 1 matches for "tenline".

Did you mean: henline
2011 Oct 08
1
[LLVMdev] Is clang -g (gdb) support broken for mingw builds?
...7:/c/WINDOWS/ system32:/c/WINDOWS:/c/WINDOWS/system32/wbem 4. Built clang according to the instructions at clang.llvm.org/ get_started.html using revision r141407 (2011-10-07 12:55:21 -0700) for both the llvm/trunk and cfe/trunk checkouts -- it built without any problems. My test source file tenline.c: ----- BEGIN tenline.c ----- #include <stdio.h> int main() { puts("line 4"); puts("line 5"); puts("line 6"); puts("line 7"); puts("line 8"); return 0; } ----- END tenline.c ----- The problem is that the gdb included with MinGW/MSYS doesn...