Re: [lldb-dev] [Bug 25896] New: Hide stack frames from specific source files

2015-12-20 Thread Todd Fiala via lldb-dev
Sounds like you almost want the ability to do a backtrace projection. At one point I wanted this for cross C++/Java frames, but I haven't worked on that problem in some time. Android folks - did we ever add anything to support hiding some of the trampolines or other call sites involved in the C++

Re: [lldb-dev] lldb doesn't work on centos7

2015-12-20 Thread 陶征霖 via lldb-dev
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, at 7:22 PM, 陶征霖 via lldb-dev > wrote: >

[lldb-dev] lldb -c corefile get segmentation fault on centos7

2015-12-20 Thread 陶征霖 via lldb-dev
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/