Loading...
1
2
3
4
5
6
7
""" Module to abstract lazy evaluation of lldb.SBTarget
    for kernel
"""
from .caching import LazyTarget

# backward compatibility, this has moved to caching
__all__ = [ LazyTarget.__name__ ]