Go to the documentation of this file.
21 #ifndef __HEXAGON_KGDB_H__
22 #define __HEXAGON_KGDB_H__
24 #define BREAK_INSTR_SIZE 4
25 #define CACHE_FLUSH_IS_SAFE 1
26 #define BUFMAX ((NUMREGBYTES * 2) + 512)
28 static inline void arch_kgdb_breakpoint(
void)
39 #define DBG_USER_REGS 42
40 #define DBG_MAX_REG_NUM (DBG_USER_REGS + 6)
41 #define NUMREGBYTES (DBG_MAX_REG_NUM*4)