[Lldb-commits] [PATCH] D51208: [DWARF] Fix dwarf5-index-is-used.cpp

2018-09-01 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. As for the original patch, which we've kind of hijacked, I think it is a good idea to commit this for now. Once the clang patch is in, I'll exchange these flags for -glldb. Repository: rLL

[Lldb-commits] [PATCH] D51208: [DWARF] Fix dwarf5-index-is-used.cpp

2018-09-01 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. In https://reviews.llvm.org/D51208#1214743, @dblaikie wrote: > >> But if LLDB has different performance characteristics, or the default > >> should be different for other reasons - I'm fine with that. I think I left > >> it on for Apple so as not to mess with their stuff

[Lldb-commits] [lldb] r341274 - Ignore unicode decode errors in test suite's encoded_file class

2018-09-01 Thread Pavel Labath via lldb-commits
Author: labath Date: Sat Sep 1 05:15:46 2018 New Revision: 341274 URL: http://llvm.org/viewvc/llvm-project?rev=341274&view=rev Log: Ignore unicode decode errors in test suite's encoded_file class These happen in a couple of tests when lldb tries to pretty print a const char * variable in the inf

[Lldb-commits] [PATCH] D51557: Replace uses of LazyBool with LazyBool template

2018-09-01 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. I've been wanting to implement something like this for a long time, so thank you for working on this. :) In https://reviews.llvm.org/D51557#1221273, @zturner wrote: > Also I think it doesn't need to be specific to member variables. We could > just have > > template

[Lldb-commits] [PATCH] D51569: Hold GIL while allocating memory for PythonString.

2018-09-01 Thread Tatyana Krasnukha via Phabricator via lldb-commits
tatyana-krasnukha created this revision. tatyana-krasnukha added reviewers: clayborg, granata.enrico. Herald added a subscriber: lldb-commits. Swig wraps C++ code into `SWIG_PYTHON_THREAD_BEGIN_ALLOW; ... SWIG_PYTHON_THREAD_END_ALLOW;` Thus, lldb crashs with "Fatal Python error: Python memory a