search for: eclipse_cdt4_generator

Displaying 3 results from an estimated 3 matches for "eclipse_cdt4_generator".

2013 Jul 16
3
[LLVMdev] eclipse and gdb
...been using the Viable plugin for that and for Xcode there is Xvim. > > Hope this helps :) > > Regards, > > Tilmann > The source browsing is way better this way. This following pointer may be useful to others to complete the importing of the project. http://www.vtk.org/Wiki/Eclipse_CDT4_Generator How are you setting up the debugger? For example, if you want to run from clang but debug the back end code generation ? Which process launcher? Protocol == mi? BTW: do you do builds inside of eclipse. Seems to be kind of slow. Tia. Reed > On Jul 16, 2013, at 1:05 PM, reed kotler <rk...
2013 Jul 16
0
[LLVMdev] eclipse and gdb
Hi Reed, I’ve used Eclipse for a long time to do LLVM development on Linux (both for code navigation/editing and debugging), any recent Linux distribution and version of Eclipse should be fine (even older versions should be good enough as this has been working for many years). Xcode works fine as well, I started to use Xcode exclusively when I switched to OS X. The key to make this work is to
2013 Jul 16
3
[LLVMdev] eclipse and gdb
Is anyone using Eclipse and gdb to debug llvm/clang? If so, which version of Eclipse, gdb and linux flavor. I just use gdb currently. I'm going to try using my mac also. Is anyone using xcode/lldb to debug llvm/clang? Tia. Reed