Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/lldbmacros/
H A Dzonetriage.py28 panic_string = None variable
38 global panic_string
39 if panic_string is None:
41 panic_string = lldb_run_command("paniclog").split('\n', 1)[0]
44 if re.match(zone_element_modified, panic_string) is not None:
46 elif re.match(zone_map_exhausted, panic_string) is not None:
55 global panic_string
56 if panic_string is None:
58 panic_string = lldb_run_command("paniclog").split('\n', 1)[0]
65 values = re.search(zone_element_modified, panic_string)
[all …]