[Lldb-commits] [PATCH] D10996: Avoid going through Platform when creating a NativeProcessProtocol instance
Greg Clayton
clayborg at gmail.com
Tue Jul 7 10:08:27 PDT 2015
clayborg accepted this revision.
This revision is now accepted and ready to land.
So the reason we originally involved the platform is that you might want to select a different platform (like a simulator platform) and have it create its own NativeProcess (I concede that the "NativeProcess" is not quite right for this assumption). Fine to remove it for now and we can change the names around if we ever need this functionality.
http://reviews.llvm.org/D10996
More information about the lldb-commits
mailing list