Home
last modified time | relevance | path

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

/Zephyr-latest/arch/xtensa/core/
Dgdbstub.c344 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_gdb_exception_reason()
348 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_gdb_exception_reason()
356 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_gdb_exception_reason()
360 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_gdb_exception_reason()
364 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_gdb_exception_reason()
368 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_gdb_exception_reason()
372 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_gdb_exception_reason()
409 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_gdb_exception_reason()
/Zephyr-latest/include/zephyr/debug/
Dgdbstub.h13 #define GDB_EXCEPTION_MEMORY_FAULT 7UL macro
/Zephyr-latest/arch/x86/core/ia32/
Dgdbstub.c47 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_exception()
68 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_exception()
71 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_exception()
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dfault.c270 z_gdb_entry(esf, GDB_EXCEPTION_MEMORY_FAULT); in z_arm_fault_prefetch()
342 z_gdb_entry(esf, GDB_EXCEPTION_MEMORY_FAULT); in z_arm_fault_data()