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
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
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
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