Page 1 of 1

GDB or LLDB?

Posted: Thu Apr 09, 2015 11:57 pm
by nezos
Is anyone using LLDB with Codelite (Windows)? Any binaries available?
Any experience on which is better to use?

Thanks

Re: GDB or LLDB?

Posted: Fri Apr 10, 2015 1:06 am
by Gibbon1
Last time I looked into it for some reason the llbd wasn't available for windows.

But looks like they may have fixed that.

http://blog.llvm.org/2015/01/lldb-is-co ... ndows.html

I do know that GDB works with codeite under windows just fine. Likely that for a reasonable project switching between the two wouldn't be a huge effort.

Re: GDB or LLDB?

Posted: Fri Apr 10, 2015 10:08 am
by eranif
I only use gdb on Windows: its more stable and mature.
lldb might be available for Windows, but I think I (personally) wait for it to mature a bit

Eran