emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Defending GCC considered futile


From: Stephen J. Turnbull
Subject: Re: Defending GCC considered futile
Date: Mon, 09 Feb 2015 14:50:04 +0900

Richard Stallman writes:

 > From its name, I guess that LLDB is a noncopylefted debugger

It is.

 > and that some might intend it to replace GDB.

I think everyone working on it does, in the sense that lldb should
include any functionality that's useful in a debugger, which
presumably will be a superset of current gdb features.

 > Does anyone here know enough about LLDB to answer my questions?

Beyond that I can say that on one platform (Mac OS X using clang 3.5)
where the available gdb throws so many <optimized out> values for
function arguments and local variables as to be nearly useless in
debugging code optimized to the production configuration, lldb usually
can tell actual values and is thus much more useful.  I can't say
whether this extends to GNU/Linux as I only use gdb there, although
the frequency of <optimized out> is indeed a PITA on GNU/Linux too.

Ah, it appears that a reasonably recent gdb has appeared in MacPorts
since I last checked.  I'll have to try that.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]