Lines Matching refs:exception
22 unsigned int exception; in get_exception() local
26 exception = GDB_EXCEPTION_DIVIDE_ERROR; in get_exception()
29 exception = GDB_EXCEPTION_BREAKPOINT; in get_exception()
32 exception = GDB_EXCEPTION_BREAKPOINT; in get_exception()
35 exception = GDB_EXCEPTION_OVERFLOW; in get_exception()
38 exception = GDB_EXCEPTION_OVERFLOW; in get_exception()
41 exception = GDB_EXCEPTION_INVALID_INSTRUCTION; in get_exception()
44 exception = GDB_EXCEPTION_DIVIDE_ERROR; in get_exception()
47 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_exception()
50 exception = GDB_EXCEPTION_INVALID_MEMORY; in get_exception()
53 exception = GDB_EXCEPTION_INVALID_MEMORY; in get_exception()
56 exception = GDB_EXCEPTION_INVALID_MEMORY; in get_exception()
59 exception = GDB_EXCEPTION_INVALID_MEMORY; in get_exception()
62 exception = GDB_EXCEPTION_INVALID_MEMORY; in get_exception()
65 exception = GDB_EXCEPTION_INVALID_MEMORY; in get_exception()
68 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_exception()
71 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_exception()
75 return exception; in get_exception()
83 debug_ctx.exception = get_exception(vector); in z_gdb_interrupt()