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

Greg Clayton via lldb-dev lldb-dev at lists.llvm.org
Mon Jul 22 14:37:53 PDT 2019



> On Jul 22, 2019, at 1:53 PM, Bob Eastbrook <baconeater789 at gmail.com> wrote:
> 
> 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.

Seems like you should fix "-g" so it emits debug info and then try to figure this out after that.


More information about the lldb-dev mailing list