Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Dzonetriage.py26 panic_string = None variable
36 global panic_string
37 if panic_string is None:
39 panic_string = lldb_run_command("paniclog").split('\n', 1)[0]
42 if re.match(zone_element_modified, panic_string) is not None:
44 elif re.match(zone_map_exhausted, panic_string) is not None:
53 global panic_string
54 if panic_string is None:
56 panic_string = lldb_run_command("paniclog").split('\n', 1)[0]
63 values = re.search(zone_element_modified, panic_string)
[all …]