[Lldb-commits] [lldb] r358792 - [Tests] Split float test into float and doubles

2019-04-19 Thread Jonas Devlieghere via lldb-commits
Author: jdevlieghere Date: Fri Apr 19 15:37:55 2019 New Revision: 358792 URL: http://llvm.org/viewvc/llvm-project?rev=358792&view=rev Log: [Tests] Split float test into float and doubles As I was waiting for the test suite to complete at 99% I noticed this test taking quite a bit of time. Since i

[Lldb-commits] [lldb] r358777 - [Docs] Add more info about building the docs

2019-04-19 Thread Jonas Devlieghere via lldb-commits
Author: jdevlieghere Date: Fri Apr 19 12:03:58 2019 New Revision: 358777 URL: http://llvm.org/viewvc/llvm-project?rev=358777&view=rev Log: [Docs] Add more info about building the docs Including the C++ and Python reference. Modified: lldb/trunk/docs/resources/build.rst Modified: lldb/trunk/

[Lldb-commits] [lldb] r358776 - This test doesn't need to be run for all debug formats.

2019-04-19 Thread Jim Ingham via lldb-commits
Author: jingham Date: Fri Apr 19 11:46:56 2019 New Revision: 358776 URL: http://llvm.org/viewvc/llvm-project?rev=358776&view=rev Log: This test doesn't need to be run for all debug formats. Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPytho

[Lldb-commits] [lldb] r358773 - [Docs] Make Doxygen functional

2019-04-19 Thread Jonas Devlieghere via lldb-commits
Author: jdevlieghere Date: Fri Apr 19 11:02:35 2019 New Revision: 358773 URL: http://llvm.org/viewvc/llvm-project?rev=358773&view=rev Log: [Docs] Make Doxygen functional This fixes the doxygen configuration to be functional again. I removed the customer header and footer, as well as the no-longer

[Lldb-commits] [PATCH] D60588: Adjusting libc++ std::list formatter to act better with pointers and references and adding a test to cover a previous related fix

2019-04-19 Thread Jim Ingham via Phabricator via lldb-commits
jingham accepted this revision. jingham added a comment. This revision is now accepted and ready to land. LGTM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D60588/new/ https://reviews.llvm.org/D60588 ___ lldb-commits mailing list lldb-commi

[Lldb-commits] [PATCH] D60817: [NativePDB] Add anonymous namespaces support

2019-04-19 Thread Adrian McCarthy via Phabricator via lldb-commits
amccarth accepted this revision. amccarth added a comment. This revision is now accepted and ready to land. Thanks for the changes. If the tests pass, then this LGTM. Just check the one last question I added about the `AC1D` test. (The diff in Phabricator looks very confused, as though you del