1*043036a2SApple OSS Distributions""" Module to abstract lazy evaluation of lldb.SBTarget 2*043036a2SApple OSS Distributions for kernel 3*043036a2SApple OSS Distributions""" 4*043036a2SApple OSS Distributionsfrom .caching import LazyTarget 5*043036a2SApple OSS Distributions 6*043036a2SApple OSS Distributions# backward compatibility, this has moved to caching 7*043036a2SApple OSS Distributions__all__ = [ LazyTarget.__name__ ] 8