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