[Lldb-commits] [PATCH] D32295: [RFC] Fix crash in expression evaluation

Lang Hames via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 20 11:48:40 PDT 2017


lhames accepted this revision.
lhames added a comment.
This revision is now accepted and ready to land.

Approving the LLDB/Linux working again.

Thanks for digging in to this Pavel. Greg Clayton appears to have hit the same issue recently too. Digging through bugs.llvm.org, it looks like this might be: https://bugs.llvm.org/show_bug.cgi?id=20457 . If we can fix this it would allow us to break in and debug JIT'd expressions on Linux, which would be cool.


https://reviews.llvm.org/D32295





More information about the lldb-commits mailing list