[Lldb-commits] [PATCH] D10996: Avoid going through Platform when creating a NativeProcessProtocol instance

Pavel Labath labath at google.com
Wed Jul 8 02:01:46 PDT 2015


In http://reviews.llvm.org/D10996#200419, @clayborg wrote:

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


Thanks for the explanation. I was not aware of these plans, but I will keep them in mind for the future.


http://reviews.llvm.org/D10996







More information about the lldb-commits mailing list