[lldb-dev] [Bug 44864] lldb -python-path (with lldb installed using apt-get install lldb-9) returns an incorrect path

2020-02-11 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=44864 lab...@google.com changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[lldb-dev] [Bug 44872] New: Assertion `addr_size == 4 || addr_size == 8' failed when evaluating reference to a static array inside noinline static function in program compiled with -O2

2020-02-11 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=44872 Bug ID: 44872 Summary: Assertion `addr_size == 4 || addr_size == 8' failed when evaluating reference to a static array inside noinline static function in program compiled with -O2

Re: [lldb-dev] Moving lldbsuite API tests

2020-02-11 Thread Jordan Rupprecht via lldb-dev
I didn't actually get around to this yesterday. Landed minutes ago as 99451b4453688a94c6014cac233d371ab4cc342d. I'll keep an eye out for failures, but poke me if I miss something :) On Mon, Feb 10, 2020 at 9:21 AM Jonas Devlieghere wrote: > I'm very excited about this. Thank you for taking the t

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

2020-02-11 Thread Brian Gesiak via lldb-dev
Apologies for the slow response here Jeremy. Your reply has been incredibly helpful so far, I just need to try adding 'llvm.dbg.addr' myself to confirm that works. Thank you! - Brian Gesiak On Thu, Feb 6, 2020 at 11:04 AM Jeremy Morse wrote: > Hi Brian, > > Thanks for working on coroutines, the