-- Forwarded message --
From: 陶征霖
Date: 2015-11-20 23:10 GMT+08:00
Subject: lldb doesn't work on centos7
To: llvm-...@lists.llvm.org
Hi,
I build llvm+clang+lldb 3.7.0 from source code on centos7, the build
command is "cmake -DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=${INS
r, or in lldb not finding the variable in the first
>> place).
>>
>> - could you compile your test executable with -fno-limit-debug-info
>> and see if that helps?
>>
>> pl
>>
>>
>> On 23 November 2015 at 02:15, 陶征霖 via lldb-dev
>> wrote:
variable in the first
> place).
>
> - could you compile your test executable with -fno-limit-debug-info
> and see if that helps?
>
> pl
>
>
> On 23 November 2015 at 02:15, 陶征霖 via lldb-dev
> wrote:
> >
> > -- Forwarded message --
Make sense. Thanks.
2015-12-05 3:20 GMT+08:00 Greg Clayton :
> Yes the debug info does get bigger. But this is better than having the
> compiler omit the "std::string" definition so that you can't view stuff
> from the STL.
>
> Greg
>
> > On Nov 24, 2015
Hi,
I build llvm+clang+lldb 3.7 successfully on centos7, and lldb -p PID works
pretty well. However when I tried lldb -c corefile executable_bin, lldb
itself core dumpped. Attached the following core info which is debugged by
gdb:
[root@dn-cn-controller-4fbd4 data1]# lldb -c a.corefile
/usr/local/