Re: [lldb-dev] [llvm-dev] Why is lldb telling me "variable not available"?

2020-02-06 Thread Jeremy Morse via lldb-dev
Hi Brian, Thanks for working on coroutines, the debugging experience, and in particular thanks for the comprehensive write-up!, On Thu, Feb 6, 2020 at 1:19 PM Brian Gesiak via llvm-dev wrote: > Specifically, I’m trying to improve lldb’s behavior when showing > variables in the current stack fram

Re: [lldb-dev] [llvm-dev] Why is lldb telling me "variable not available"?

2020-02-26 Thread Jeremy Morse via lldb-dev
Hi Brian, On Tue, Feb 25, 2020 at 7:43 PM Brian Gesiak wrote: > In other words, the value of %i is stored on the frame object, on the > heap, at an offset of 7 into the frame. I'm beginning to think a > fundamental fix for this issue would be to stop replacing > llvm.dbg.declare with llvm.dbg.val