[Lldb-commits] [PATCH] D31231: Reuse appropriate Launch and Attach on NetBSD

2017-03-22 Thread Kamil Rytarowski via Phabricator via lldb-commits
krytarowski added a comment. Next, I will work on a code to extend the NetBSD Process Plugin from a stub to a version that actually works. Repository: rL LLVM https://reviews.llvm.org/D31231 ___ lldb-commits mailing list lldb-commits@lists.llvm.

[Lldb-commits] [PATCH] D31231: Reuse appropriate Launch and Attach on NetBSD

2017-03-22 Thread Kamil Rytarowski via Phabricator via lldb-commits
krytarowski added a comment. With x86_64 general purpose registers going before that. Repository: rL LLVM https://reviews.llvm.org/D31231 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lld

[Lldb-commits] [lldb] r298509 - Revert "Delete the remainder of platform specific code in FileSpec."

2017-03-22 Thread Pavel Labath via lldb-commits
Author: labath Date: Wed Mar 22 09:04:43 2017 New Revision: 298509 URL: http://llvm.org/viewvc/llvm-project?rev=298509&view=rev Log: Revert "Delete the remainder of platform specific code in FileSpec." This reverts commit r298465 as it breaks TestLLVM.TestHomeDirectory.test_tilde_home_directory.

[Lldb-commits] [lldb] r298517 - Merge changes from r298466 into Xcode project

2017-03-22 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Wed Mar 22 11:47:14 2017 New Revision: 298517 URL: http://llvm.org/viewvc/llvm-project?rev=298517&view=rev Log: Merge changes from r298466 into Xcode project rdar://problem/31197116 Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified: lldb/trunk/lldb.xcodeproj/

[Lldb-commits] [lldb] r298519 - Delete TestLLVM.py

2017-03-22 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Mar 22 12:08:25 2017 New Revision: 298519 URL: http://llvm.org/viewvc/llvm-project?rev=298519&view=rev Log: Delete TestLLVM.py This was added to workaround a limitation in LLVM's implementation of getting the current user's home directory, since it would only look at the

[Lldb-commits] [lldb] r298524 - Reuse appropriate Launch and Attach on NetBSD

2017-03-22 Thread Kamil Rytarowski via lldb-commits
Author: kamil Date: Wed Mar 22 12:24:37 2017 New Revision: 298524 URL: http://llvm.org/viewvc/llvm-project?rev=298524&view=rev Log: Reuse appropriate Launch and Attach on NetBSD Summary: NetBSD ships with NativeProcessNetBSD inherited from NativeProcessProtocol. Link Plugins/Process/gdb-remote

[Lldb-commits] [lldb] r298526 - Resubmit "Delete the remainder of platform specific code in FileSpec."

2017-03-22 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Mar 22 12:33:23 2017 New Revision: 298526 URL: http://llvm.org/viewvc/llvm-project?rev=298526&view=rev Log: Resubmit "Delete the remainder of platform specific code in FileSpec." This was causing a test failure in one of LLDB's tests which specifically dealt with a limit

[Lldb-commits] [lldb] r298530 - [analyze deps] Also show cycle islands.

2017-03-22 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Mar 22 13:04:20 2017 New Revision: 298530 URL: http://llvm.org/viewvc/llvm-project?rev=298530&view=rev Log: [analyze deps] Also show cycle islands. We currently display a list of all minimal cycles, but it's useful to be able to see the big picture impact of these cycles

[Lldb-commits] [lldb] r298535 - [analyze deps] Show incoming and outgoing counts on island members.

2017-03-22 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Mar 22 13:23:14 2017 New Revision: 298535 URL: http://llvm.org/viewvc/llvm-project?rev=298535&view=rev Log: [analyze deps] Show incoming and outgoing counts on island members. Modified: lldb/trunk/scripts/analyze-project-deps.py Modified: lldb/trunk/scripts/analyze-

[Lldb-commits] [lldb] r298541 - Remove dead include from GoASTContext.cpp.

2017-03-22 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Mar 22 14:24:17 2017 New Revision: 298541 URL: http://llvm.org/viewvc/llvm-project?rev=298541&view=rev Log: Remove dead include from GoASTContext.cpp. This #include was the cause of a dependency from Symbol -> DataFormatters. However, nothing from the header was being u

[Lldb-commits] LLVM buildmaster will be updated and restarted tonight

2017-03-22 Thread Galina Kistanova via lldb-commits
Hello everyone, LLVM buildmaster will be updated and restarted after 5 PM Pacific time today. Thanks Galina ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r298547 - Merge r298536 changes to Xcode

2017-03-22 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Wed Mar 22 15:21:52 2017 New Revision: 298547 URL: http://llvm.org/viewvc/llvm-project?rev=298547&view=rev Log: Merge r298536 changes to Xcode rdar://problem/31202813 Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj

[Lldb-commits] [lldb] r298561 - Delete some more dead includes.

2017-03-22 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Mar 22 18:33:16 2017 New Revision: 298561 URL: http://llvm.org/viewvc/llvm-project?rev=298561&view=rev Log: Delete some more dead includes. This breaks the cycle between Target and PluginLanguageC++, reducing the overall cycle count from 43 to 42. Modified: lldb/tru