Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/debug/
Dgdbstub.h12 #define GDB_EXCEPTION_BREAKPOINT 5UL macro
/Zephyr-latest/arch/x86/core/ia32/
Dgdbstub.c29 exception = GDB_EXCEPTION_BREAKPOINT; in get_exception()
32 exception = GDB_EXCEPTION_BREAKPOINT; in get_exception()
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dfault.c267 z_gdb_entry(esf, GDB_EXCEPTION_BREAKPOINT); in z_arm_fault_prefetch()
/Zephyr-latest/arch/arm/core/
Dgdbstub.c26 if (exc_cause == GDB_EXCEPTION_BREAKPOINT) { in is_bkpt()
/Zephyr-latest/arch/xtensa/core/
Dgdbstub.c923 xtensa_gdb_ctx.exception = GDB_EXCEPTION_BREAKPOINT; in z_gdb_isr()