search for: coursehttp

Displaying 2 results from an estimated 2 matches for "coursehttp".

2009 Jun 29
3
[LLVMdev] About debug in LLVM!!!
...eed to debug the source C-code, that I compile for xPEC-processor. I have read the article "Source Level Debugging with LLVM" (http://llvm.org/docs/SourceLevelDebugging.html), where were described that is possible to use debugger GDB. Wonderful! I have found much information about GDB (of coursehttp://sourceware.org/gdb/ ) and it has a debugging of remote programs. Problem: I don't understand how must be compiled the C-code with "llvm-gcc". Wenn I use option "-emit-llvm" [backend needs it] of course with "-g" and "-O0", then GDB can't find a sy...
2009 Jun 29
0
[LLVMdev] About debug in LLVM!!!
...he source C-code, that I compile for > xPEC-processor. I have read the article “Source Level Debugging with > LLVM” (http://llvm.org/docs/SourceLevelDebugging.html), where were > described that is possible to use debugger GDB. Wonderful! I have > found much information about GDB (of coursehttp://sourceware.org/gdb/ > ) and it has a debugging of remote programs./// > > /Problem:/// > > /I don’t understand how must be compiled the C-code with “llvm-gcc”. > Wenn I use option “-emit-llvm” [backend needs it] of course with “-g” > and “-O0”, then GDB can’t find a symbol...