Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/debug/
Dgdbstub.h21 #define GDB_MEM_REGION_WRITE BIT(1) macro
27 (GDB_MEM_REGION_READ | GDB_MEM_REGION_WRITE)
/Zephyr-latest/subsys/debug/gdbstub/
Dgdbstub.c136 if ((r->attributes & GDB_MEM_REGION_WRITE) == in gdb_mem_can_write()
137 GDB_MEM_REGION_WRITE) { in gdb_mem_can_write()