lldb would be even better for using instead of gdb because lldb actually uses clang's parsing for everything.
I was watching an Apple talk on lldb which explained this in more detail, and it shows a lot of promise for a debugger to have a full C compiler inside of it.
Comments
lldb would be even better for using instead of gdb because lldb actually uses clang's parsing for everything.
I was watching an Apple talk on lldb which explained this in more detail, and it shows a lot of promise for a debugger to have a full C compiler inside of it.