[Lldb-commits] [PATCH] Move NativeProcessProtocol and friends from Host/ to Target/

Greg Clayton clayborg at gmail.com
Tue Nov 4 13:11:36 PST 2014


The theory here is that the stuff would be for the host layer and would be used in NativeProcess and NativeThread, which do belong in the host layer. I am fine with the move if it is needed, but the theory is these are base classes for code that should be in the host layer. That said, the base classes can go in Target.

http://reviews.llvm.org/D6123






More information about the lldb-commits mailing list