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