[Lldb-commits] [PATCH] D27134: Remove ConnectionMachPort

2016-11-29 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL288117: Remove ConnectionMachPort (authored by labath). Changed prior to commit: https://reviews.llvm.org/D27134?vs=79310&id=79518#toc Repository: rL LLVM https://reviews.llvm.org/D27134 Files: ll

[Lldb-commits] [PATCH] D27134: Remove ConnectionMachPort

2016-11-28 Thread Greg Clayton via Phabricator via lldb-commits
clayborg added a comment. remove ConnectionSharedMemory.cpp that is... https://reviews.llvm.org/D27134 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D27134: Remove ConnectionMachPort

2016-11-28 Thread Greg Clayton via Phabricator via lldb-commits
clayborg accepted this revision. clayborg added a comment. This revision is now accepted and ready to land. Feel free to remote ConnectionSharedMemory as well in another change. https://reviews.llvm.org/D27134 ___ lldb-commits mailing list lldb-comm

[Lldb-commits] [PATCH] D27134: Remove ConnectionMachPort

2016-11-25 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: clayborg, jingham. labath added a subscriber: lldb-commits. Herald added a subscriber: mgorny. This class is unused, and since the StringRef refactor, it does not even implement the Connection interface. https://reviews.llvm.org/D27134 Files