[lldb-dev] LLDB BoF @ LLVM Dev Meeting

2019-07-09 Thread Jonas Devlieghere via lldb-dev
Hey everyone, I'm proposing an LLDB BoF at the upcoming LLVM developer meeting. Currently I have a pretty generic abstract, but I think it would be good to have a more concrete agenda. > LLDB has seen an influx of contributions over the past year, with the highest level of activity we've seen in

[lldb-dev] July LLVM bay-area social is this Thursday!

2019-07-09 Thread George Burgess IV via lldb-dev
We'll be at Tied House as usual, starting on Thursday the 11th at 7pm! If you can, help us plan and RSVP here: https://www.meetup.com/LLVM-Bay-Area-Social/events/kncsjlyzkbgb/ See everyone there! ___ lldb-dev mailing list lldb-dev@lists.llvm.org https:/

Re: [lldb-dev] Evaluating the same expression at the same breakpoint gets slower after a certain number of steps

2019-07-09 Thread Guilherme Andrade via lldb-dev
Thanks for looking into this, Jason. I ended up realizing that it isn't about the number of evaluations; it is the exact location of the breakpoints that matters. I'm being able to consistently reproduce this by having two breakpoints (A and B) inside the same function, but B being inside the scop

Re: [lldb-dev] issue with StackFrame::GetSymbolContext

2019-07-09 Thread Jim Ingham via lldb-dev
It looks like you don't have a DynamicLoader plugin that tells lldb where your binaries ended up in memory when the process ran. The [ADDRESS] means we are reading instructions from memory not from the on-disk binary. Jim > On Jul 9, 2019, at 2:14 AM, Romaric Jodin via lldb-dev > wrote: >

[lldb-dev] issue with StackFrame::GetSymbolContext

2019-07-09 Thread Romaric Jodin via lldb-dev
HI everyone, I'm adding my architecture into lldb. I'm having some trouble with the debug information on the stack frame. LLDB is never displaying any source code. It seems that we I get in "StackFrame::GetSymbolContext" "m_flags" is always set to "0x" but my "m_sc" does not contains the i