Home
last modified time | relevance | path

Searched refs:log_cache (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.81.5/tools/lldbmacros/
H A Dlog.py207 def __init__(self, log_cache): argument
208 super(LogStreamCache, self).__init__(log_cache.lc_buf,
209 log_cache.lc_blk,
210 log_cache.lc_blk_count,
212 self._cache = log_cache
447 log_cache = LogStreamCache(kern.globals.log_stream_cache)
452 show_log_stream_cache(pp, log_cache)
453 show_log_stream(pp, log_cache.stream, log_cache.stream_cursor)
460 show_log_stream_logs(pp, log_cache.logs(0))
462 if log_cache.stream:
[all …]