Home
last modified time | relevance | path

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

/xnu-11417.121.6/tools/lldbmacros/
H A Dlog.py204 def __init__(self, log_cache): argument
205 super().__init__(log_cache.lc_buf,
206 log_cache.lc_blk,
207 log_cache.lc_blk_count,
209 self._cache = log_cache
445 log_cache = LogStreamCache(kern.globals.log_stream_cache)
450 show_log_stream_cache(pp, log_cache)
451 show_log_stream(pp, log_cache.stream, log_cache.stream_cursor)
458 show_log_stream_logs(pp, log_cache.logs(0))
460 if log_cache.stream:
[all …]