[lldb-dev] Fwd: Enrico abroad for 2 weeks

2015-12-21 Thread Enrico Granata via lldb-dev
Sending again to right audience since I suspect most LLVM folks don’t really care :-) > Begin forwarded message: > > From: Enrico Granata > Subject: Enrico abroad for 2 weeks > Date: December 21, 2015 at 3:29:51 PM PST > To: llvm-...@lists.llvm.org > > Hi, > some of you may know this already -

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

2015-12-21 Thread Greg Clayton via lldb-dev
Something is probably NULL, like maybe the register context from frame 1 or frame 2. Make this crash again and then switch to each frame and dump all of the local variables. > On Dec 20, 2015, at 9:30 PM, 陶征霖 via lldb-dev wrote: > > Hi, > > I build llvm+clang+lldb 3.7 successfully on centos7,

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

2015-12-21 Thread Todd Fiala via lldb-dev
Okay, thanks Tamas! On Mon, Dec 21, 2015 at 3:20 AM, Tamas Berghammer wrote: > We are not working on this feature for android at the moment and if we > ever implement it we will most likely do it in the UI side (inside Android > Studio) the same way Jason described in > https://llvm.org/bugs/sho

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

2015-12-21 Thread Tamas Berghammer via lldb-dev
We are not working on this feature for android at the moment and if we ever implement it we will most likely do it in the UI side (inside Android Studio) the same way Jason described in https://llvm.org/bugs/show_bug.cgi?id=25896#c1 On Sun, Dec 20, 2015 at 9:01 PM Todd Fiala via lldb-dev < lldb-de