Exceptions¶
hilda.exceptions ¶
HildaException ¶
LLDBError ¶
Bases: HildaException
Wrapper for RAW LLDB errors
SymbolAbsentError ¶
Bases: HildaException
Raise when trying to get a symbol that doesn't exist.
EvaluatingExpressionError ¶
Bases: HildaException
Raise when failing to evaluate an expression.
CreatingObjectiveCSymbolError ¶
Bases: HildaException
Raise when failing to create an ObjectiveC Symbol.
ConvertingToNsObjectError ¶
Bases: HildaException
Raise when failing to convert python object to NS object.
ConvertingFromNSObjectError ¶
Bases: HildaException
Raise when failing to convert NS object to python object.
DisableJetsamMemoryChecksError ¶
Bases: HildaException
Raise when failing to disable jetsam memory checks.
GettingObjectiveCClassError ¶
Bases: HildaException
Raise when failing to get an ObjectiveC class.
AccessingRegisterError ¶
Bases: HildaException
Raise when failing to access a register.
AccessingMemoryError ¶
Bases: HildaException
Raise when failing to access memory.
AddingLldbSymbolError ¶
Bases: HildaException
Raise when failing to convert a LLDB symbol to Hilda's symbol.