Home
last modified time | relevance | path

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

/xnu-12377.81.4/tools/lldbmacros/
H A Dkasan.py10 class LookupError(Exception): class
85 raise LookupError("No shadow mapping for {:#x}".format(shaddr))
394 raise LookupError("Address {:#x} not found in zones".format(addr))
455 raise LookupError("Left redzone of {:#x} not found".format(addr))
459 raise LookupError("Unknown left redzone {:#x}".format(left_rz))
467 raise LookupError(
475 raise LookupError(
999 except LookupError as e:
H A Dmisc.py656 except LookupError:
661 except LookupError:
/xnu-12377.81.4/tools/lldbmacros/core/
H A Dkernelcore.py386 raise LookupError("Symbol not found: " + name)