Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Dxtensa.py78 class ExceptionCodes(Enum): class
117 ExceptionCodes.ILLEGAL_INSTRUCTION: 4,
118 ExceptionCodes.INSTR_FETCH_ERROR: 7,
119 ExceptionCodes.LOAD_STORE_ERROR: 11,
120 ExceptionCodes.ALLOCA: 7,
121 ExceptionCodes.DIVIDE_BY_ZERO: 8,
122 ExceptionCodes.PRIVILEGED: 11,
123 ExceptionCodes.LOAD_STORE_ALIGNMENT: 7,
124 ExceptionCodes.INSTR_PIF_DATA_ERROR: 7,
125 ExceptionCodes.LOAD_STORE_PIF_DATA_ERROR: 7,
[all …]