]> granicus.if.org Git - strace/blob - xlat/sigill_codes.in
tests: check decoding of vcpu auxstr
[strace] / xlat / sigill_codes.in
1 ILL_ILLOPC 1
2 ILL_ILLPARAOP   /*  2 - bfin */
3 ILL_ILLOPN 2
4 ILL_ILLADR 3
5 ILL_ILLEXCPT    /*  4 - bfin */
6 ILL_ILLTRP 4
7 ILL_PRVOPC 5
8 ILL_PRVREG 6
9 ILL_COPROC 7
10 ILL_BADSTK 8
11 ILL_CPLB_VI     /*  9 - bfin */
12 ILL_CPLB_MISS   /* 10 - bfin */
13 ILL_CPLB_MULHIT /* 11 - bfin */
14 ILL_DBLFLT      /*  9 - tile */
15 ILL_HARDWALL    /* 10 - tile */
16 ILL_BADIADDR    /*  9 - ia64 */
17 __ILL_BREAK     /* 10 - ia64 */
18 __ILL_BNDMOD    /* 11 - ia64 */