1 /* Generated by ./xlat/gen.sh from ./xlat/sigtrap_codes.in; do not edit. */
2 
3 static const struct xlat sigtrap_codes[] = {
4 #if !(defined(TRAP_BRKPT) || (defined(HAVE_DECL_TRAP_BRKPT) && HAVE_DECL_TRAP_BRKPT))
5 # define TRAP_BRKPT 1
6 #endif
7  XLAT(TRAP_BRKPT),
8 #if !(defined(TRAP_TRACE) || (defined(HAVE_DECL_TRAP_TRACE) && HAVE_DECL_TRAP_TRACE))
9 # define TRAP_TRACE 2
10 #endif
11  XLAT(TRAP_TRACE),
12 #if !(defined(TRAP_BRANCH) || (defined(HAVE_DECL_TRAP_BRANCH) && HAVE_DECL_TRAP_BRANCH))
13 # define TRAP_BRANCH 3
14 #endif
15  XLAT(TRAP_BRANCH),
16 #if !(defined(TRAP_HWBKPT) || (defined(HAVE_DECL_TRAP_HWBKPT) && HAVE_DECL_TRAP_HWBKPT))
17 # define TRAP_HWBKPT 4
18 #endif
19  XLAT(TRAP_HWBKPT),
20  XLAT_END
21 };
22