[Lldb-commits] [lldb] r306802 - Fix a cmake typo to unbreak windows unit tests

2017-06-30 Thread Pavel Labath via lldb-commits
Author: labath Date: Fri Jun 30 00:54:35 2017 New Revision: 306802 URL: http://llvm.org/viewvc/llvm-project?rev=306802&view=rev Log: Fix a cmake typo to unbreak windows unit tests Modified: lldb/trunk/unittests/SymbolFile/PDB/CMakeLists.txt Modified: lldb/trunk/unittests/SymbolFile/PDB/CMake

[Lldb-commits] [PATCH] D34872: Update lldb architecture docs

2017-06-30 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. Due to recent refactors, the descriptions of various modules were wildly out of date. With this patch, I am not trying to legislate anything, I am merely documenting the current state of affairs. I am also deleting one copy of the architecture docs. AFAIK, this one i

[Lldb-commits] [lldb] r306817 - Remove dead Core/StreamFile includes

2017-06-30 Thread Pavel Labath via lldb-commits
Author: labath Date: Fri Jun 30 04:31:13 2017 New Revision: 306817 URL: http://llvm.org/viewvc/llvm-project?rev=306817&view=rev Log: Remove dead Core/StreamFile includes Modified: lldb/trunk/source/Host/freebsd/Host.cpp lldb/trunk/source/Host/macosx/Host.mm lldb/trunk/source/Host/netb

[Lldb-commits] [PATCH] D4672: For expression evaluation, a new ThreadPlanCallFunctionGDB for executing a function call on target via register manipulation.

2017-06-30 Thread Tatyana Krasnukha via Phabricator via lldb-commits
tatyana-krasnukha added a comment. Is this revision irretrievably died? May be it reincarnated in another one? https://reviews.llvm.org/D4672 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/ll

[Lldb-commits] [PATCH] D34911: Enable parsing C++ names generated by lambda functions.

2017-06-30 Thread Xuetian Weng via Phabricator via lldb-commits
wengxt created this revision. CPlusPlusLanguage::MethodName could not parse demangled name generated by lambda functions. Fix that and add a regression test. https://reviews.llvm.org/D34911 Files: source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp source/Plugins/Language/CPlusPlus/CP