Go to the documentation of this file.
21 #ifndef __POWERPC_KGDB_H__
22 #define __POWERPC_KGDB_H__
26 #define BREAK_INSTR_SIZE 4
27 #define BUFMAX ((NUMREGBYTES * 2) + 512)
28 #define OUTBUFMAX ((NUMREGBYTES * 2) + 512)
31 asm(
".long 0x7d821008");
33 #define CACHE_FLUSH_IS_SAFE 1
34 #define DBG_MAX_REG_NUM 70
46 #define NUMREGBYTES ((68 * 8) + (3 * 4))
47 #define NUMCRITREGBYTES 184
53 #define MAXREG (PT_FPSCR+1)
56 #define MAXREG ((32*2)+6+2+1)
58 #define NUMREGBYTES (MAXREG * sizeof(int))
60 #define NUMCRITREGBYTES (23 * sizeof(int))