Source file src/runtime/sigtab_linux_mipsx.go
1
2
3
4
5
6
7
8 package runtime
9
10 var sigtable = [...]sigTabT{
11 {0, "SIGNONE: no trap"},
12 {_SigNotify + _SigKill, "SIGHUP: terminal line hangup"},
13 {_SigNotify + _SigKill, "SIGINT: interrupt"},
14 {_SigNotify + _SigThrow, "SIGQUIT: quit"},
15 {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
16 {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
17 {_SigNotify + _SigThrow, "SIGABRT: abort"},
18 {_SigThrow, "SIGEMT"},
19 {_SigPanic + _SigUnblock, "SIGFPE: floating-point exception"},
20 {0, "SIGKILL: kill"},
21 {_SigPanic + _SigUnblock, "SIGBUS: bus error"},
22 {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
23 {_SigThrow, "SIGSYS: bad system call"},
24 {_SigNotify, "SIGPIPE: write to broken pipe"},
25 {_SigNotify, "SIGALRM: alarm clock"},
26 {_SigNotify + _SigKill, "SIGTERM: termination"},
27 {_SigNotify, "SIGUSR1: user-defined signal 1"},
28 {_SigNotify, "SIGUSR2: user-defined signal 2"},
29 {_SigNotify + _SigUnblock + _SigIgn, "SIGCHLD: child status has changed"},
30 {_SigNotify, "SIGPWR: power failure restart"},
31 {_SigNotify + _SigIgn, "SIGWINCH: window size change"},
32 {_SigNotify + _SigIgn, "SIGURG: urgent condition on socket"},
33 {_SigNotify, "SIGIO: i/o now possible"},
34 {0, "SIGSTOP: stop, unblockable"},
35 {_SigNotify + _SigDefault + _SigIgn, "SIGTSTP: keyboard stop"},
36 {_SigNotify + _SigDefault + _SigIgn, "SIGCONT: continue"},
37 {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
38 {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
39 {_SigNotify, "SIGVTALRM: virtual alarm clock"},
40 {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
41 {_SigNotify, "SIGXCPU: cpu limit exceeded"},
42 {_SigNotify, "SIGXFSZ: file size limit exceeded"},
43 {_SigSetStack + _SigUnblock, "signal 32"},
44 {_SigSetStack + _SigUnblock, "signal 33"},
45 {_SigNotify, "signal 34"},
46 {_SigNotify, "signal 35"},
47 {_SigNotify, "signal 36"},
48 {_SigNotify, "signal 37"},
49 {_SigNotify, "signal 38"},
50 {_SigNotify, "signal 39"},
51 {_SigNotify, "signal 40"},
52 {_SigNotify, "signal 41"},
53 {_SigNotify, "signal 42"},
54 {_SigNotify, "signal 43"},
55 {_SigNotify, "signal 44"},
56 {_SigNotify, "signal 45"},
57 {_SigNotify, "signal 46"},
58 {_SigNotify, "signal 47"},
59 {_SigNotify, "signal 48"},
60 {_SigNotify, "signal 49"},
61 {_SigNotify, "signal 50"},
62 {_SigNotify, "signal 51"},
63 {_SigNotify, "signal 52"},
64 {_SigNotify, "signal 53"},
65 {_SigNotify, "signal 54"},
66 {_SigNotify, "signal 55"},
67 {_SigNotify, "signal 56"},
68 {_SigNotify, "signal 57"},
69 {_SigNotify, "signal 58"},
70 {_SigNotify, "signal 59"},
71 {_SigNotify, "signal 60"},
72 {_SigNotify, "signal 61"},
73 {_SigNotify, "signal 62"},
74 {_SigNotify, "signal 63"},
75 {_SigNotify, "signal 64"},
76 {_SigNotify, "signal 65"},
77 {_SigNotify, "signal 66"},
78 {_SigNotify, "signal 67"},
79 {_SigNotify, "signal 68"},
80 {_SigNotify, "signal 69"},
81 {_SigNotify, "signal 70"},
82 {_SigNotify, "signal 71"},
83 {_SigNotify, "signal 72"},
84 {_SigNotify, "signal 73"},
85 {_SigNotify, "signal 74"},
86 {_SigNotify, "signal 75"},
87 {_SigNotify, "signal 76"},
88 {_SigNotify, "signal 77"},
89 {_SigNotify, "signal 78"},
90 {_SigNotify, "signal 79"},
91 {_SigNotify, "signal 80"},
92 {_SigNotify, "signal 81"},
93 {_SigNotify, "signal 82"},
94 {_SigNotify, "signal 83"},
95 {_SigNotify, "signal 84"},
96 {_SigNotify, "signal 85"},
97 {_SigNotify, "signal 86"},
98 {_SigNotify, "signal 87"},
99 {_SigNotify, "signal 88"},
100 {_SigNotify, "signal 89"},
101 {_SigNotify, "signal 90"},
102 {_SigNotify, "signal 91"},
103 {_SigNotify, "signal 92"},
104 {_SigNotify, "signal 93"},
105 {_SigNotify, "signal 94"},
106 {_SigNotify, "signal 95"},
107 {_SigNotify, "signal 96"},
108 {_SigNotify, "signal 97"},
109 {_SigNotify, "signal 98"},
110 {_SigNotify, "signal 99"},
111 {_SigNotify, "signal 100"},
112 {_SigNotify, "signal 101"},
113 {_SigNotify, "signal 102"},
114 {_SigNotify, "signal 103"},
115 {_SigNotify, "signal 104"},
116 {_SigNotify, "signal 105"},
117 {_SigNotify, "signal 106"},
118 {_SigNotify, "signal 107"},
119 {_SigNotify, "signal 108"},
120 {_SigNotify, "signal 109"},
121 {_SigNotify, "signal 110"},
122 {_SigNotify, "signal 111"},
123 {_SigNotify, "signal 112"},
124 {_SigNotify, "signal 113"},
125 {_SigNotify, "signal 114"},
126 {_SigNotify, "signal 115"},
127 {_SigNotify, "signal 116"},
128 {_SigNotify, "signal 117"},
129 {_SigNotify, "signal 118"},
130 {_SigNotify, "signal 119"},
131 {_SigNotify, "signal 120"},
132 {_SigNotify, "signal 121"},
133 {_SigNotify, "signal 122"},
134 {_SigNotify, "signal 123"},
135 {_SigNotify, "signal 124"},
136 {_SigNotify, "signal 125"},
137 {_SigNotify, "signal 126"},
138 {_SigNotify, "signal 127"},
139 {_SigNotify, "signal 128"},
140 }
141
View as plain text