[lldb-dev] "error: summary string parsing error" on Fedora 30

Bob Eastbrook via lldb-dev lldb-dev at lists.llvm.org
Mon Jul 22 13:53:18 PDT 2019


On Mon, Jul 22, 2019 at 1:19 PM Greg Clayton <clayborg at gmail.com> wrote:

> > Apparently the versions which ship with Ubuntu 19.04 and Fedora 30 differ with respect to this flag.
>
> So are you saying "-glldb" is wrong on Fedora but "-fno-limit-debug-info" works?

On Fedora 30:

-g: no debug info
-glldb: no debug info
-g -glldb: no debug info
-g -fno-limit-debug-info: debug info present

I'm trying to determine  if "-fno-limit-debug-info" is enabled by
default on Fedora 30, but don't have it it figured out yet.


More information about the lldb-dev mailing list