Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Side by Side Diff: include/gdb/signals.def

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « include/gdb/signals.h ('k') | include/gdb/sim-rl78.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Target signal numbers for GDB and the GDB remote protocol. 1 /* Target signal numbers for GDB and the GDB remote protocol.
2 Copyright 2010-2012 Free Software Foundation, Inc. 2 Copyright 2010-2012 Free Software Foundation, Inc.
3 3
4 This file is part of GDB. 4 This file is part of GDB.
5 5
6 This program is free software; you can redistribute it and/or modify 6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 3 of the License, or 8 the Free Software Foundation; either version 3 of the License, or
9 (at your option) any later version. 9 (at your option) any later version.
10 10
11 This program is distributed in the hope that it will be useful, 11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of 12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details. 14 GNU General Public License for more details.
15 15
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with this program. If not, see <http://www.gnu.org/licenses/>. */ 17 along with this program. If not, see <http://www.gnu.org/licenses/>. */
18 18
19 /* Used some places (e.g. stop_signal) to record the concept that 19 /* Used some places (e.g. stop_signal) to record the concept that
20 there is no signal. */ 20 there is no signal. */
21 SET (TARGET_SIGNAL_0, 0, "0", "Signal 0") 21 SET (GDB_SIGNAL_0, 0, "0", "Signal 0")
22 #define TARGET_SIGNAL_FIRST TARGET_SIGNAL_0 22 #define GDB_SIGNAL_FIRST GDB_SIGNAL_0
23 SET (TARGET_SIGNAL_HUP, 1, "SIGHUP", "Hangup") 23 SET (GDB_SIGNAL_HUP, 1, "SIGHUP", "Hangup")
24 SET (TARGET_SIGNAL_INT, 2, "SIGINT", "Interrupt") 24 SET (GDB_SIGNAL_INT, 2, "SIGINT", "Interrupt")
25 SET (TARGET_SIGNAL_QUIT, 3, "SIGQUIT", "Quit") 25 SET (GDB_SIGNAL_QUIT, 3, "SIGQUIT", "Quit")
26 SET (TARGET_SIGNAL_ILL, 4, "SIGILL", "Illegal instruction") 26 SET (GDB_SIGNAL_ILL, 4, "SIGILL", "Illegal instruction")
27 SET (TARGET_SIGNAL_TRAP, 5, "SIGTRAP", "Trace/breakpoint trap") 27 SET (GDB_SIGNAL_TRAP, 5, "SIGTRAP", "Trace/breakpoint trap")
28 SET (TARGET_SIGNAL_ABRT, 6, "SIGABRT", "Aborted") 28 SET (GDB_SIGNAL_ABRT, 6, "SIGABRT", "Aborted")
29 SET (TARGET_SIGNAL_EMT, 7, "SIGEMT", "Emulation trap") 29 SET (GDB_SIGNAL_EMT, 7, "SIGEMT", "Emulation trap")
30 SET (TARGET_SIGNAL_FPE, 8, "SIGFPE", "Arithmetic exception") 30 SET (GDB_SIGNAL_FPE, 8, "SIGFPE", "Arithmetic exception")
31 SET (TARGET_SIGNAL_KILL, 9, "SIGKILL", "Killed") 31 SET (GDB_SIGNAL_KILL, 9, "SIGKILL", "Killed")
32 SET (TARGET_SIGNAL_BUS, 10, "SIGBUS", "Bus error") 32 SET (GDB_SIGNAL_BUS, 10, "SIGBUS", "Bus error")
33 SET (TARGET_SIGNAL_SEGV, 11, "SIGSEGV", "Segmentation fault") 33 SET (GDB_SIGNAL_SEGV, 11, "SIGSEGV", "Segmentation fault")
34 SET (TARGET_SIGNAL_SYS, 12, "SIGSYS", "Bad system call") 34 SET (GDB_SIGNAL_SYS, 12, "SIGSYS", "Bad system call")
35 SET (TARGET_SIGNAL_PIPE, 13, "SIGPIPE", "Broken pipe") 35 SET (GDB_SIGNAL_PIPE, 13, "SIGPIPE", "Broken pipe")
36 SET (TARGET_SIGNAL_ALRM, 14, "SIGALRM", "Alarm clock") 36 SET (GDB_SIGNAL_ALRM, 14, "SIGALRM", "Alarm clock")
37 SET (TARGET_SIGNAL_TERM, 15, "SIGTERM", "Terminated") 37 SET (GDB_SIGNAL_TERM, 15, "SIGTERM", "Terminated")
38 SET (TARGET_SIGNAL_URG, 16, "SIGURG", "Urgent I/O condition") 38 SET (GDB_SIGNAL_URG, 16, "SIGURG", "Urgent I/O condition")
39 SET (TARGET_SIGNAL_STOP, 17, "SIGSTOP", "Stopped (signal)") 39 SET (GDB_SIGNAL_STOP, 17, "SIGSTOP", "Stopped (signal)")
40 SET (TARGET_SIGNAL_TSTP, 18, "SIGTSTP", "Stopped (user)") 40 SET (GDB_SIGNAL_TSTP, 18, "SIGTSTP", "Stopped (user)")
41 SET (TARGET_SIGNAL_CONT, 19, "SIGCONT", "Continued") 41 SET (GDB_SIGNAL_CONT, 19, "SIGCONT", "Continued")
42 SET (TARGET_SIGNAL_CHLD, 20, "SIGCHLD", "Child status changed") 42 SET (GDB_SIGNAL_CHLD, 20, "SIGCHLD", "Child status changed")
43 SET (TARGET_SIGNAL_TTIN, 21, "SIGTTIN", "Stopped (tty input)") 43 SET (GDB_SIGNAL_TTIN, 21, "SIGTTIN", "Stopped (tty input)")
44 SET (TARGET_SIGNAL_TTOU, 22, "SIGTTOU", "Stopped (tty output)") 44 SET (GDB_SIGNAL_TTOU, 22, "SIGTTOU", "Stopped (tty output)")
45 SET (TARGET_SIGNAL_IO, 23, "SIGIO", "I/O possible") 45 SET (GDB_SIGNAL_IO, 23, "SIGIO", "I/O possible")
46 SET (TARGET_SIGNAL_XCPU, 24, "SIGXCPU", "CPU time limit exceeded") 46 SET (GDB_SIGNAL_XCPU, 24, "SIGXCPU", "CPU time limit exceeded")
47 SET (TARGET_SIGNAL_XFSZ, 25, "SIGXFSZ", "File size limit exceeded") 47 SET (GDB_SIGNAL_XFSZ, 25, "SIGXFSZ", "File size limit exceeded")
48 SET (TARGET_SIGNAL_VTALRM, 26, "SIGVTALRM", "Virtual timer expired") 48 SET (GDB_SIGNAL_VTALRM, 26, "SIGVTALRM", "Virtual timer expired")
49 SET (TARGET_SIGNAL_PROF, 27, "SIGPROF", "Profiling timer expired") 49 SET (GDB_SIGNAL_PROF, 27, "SIGPROF", "Profiling timer expired")
50 SET (TARGET_SIGNAL_WINCH, 28, "SIGWINCH", "Window size changed") 50 SET (GDB_SIGNAL_WINCH, 28, "SIGWINCH", "Window size changed")
51 SET (TARGET_SIGNAL_LOST, 29, "SIGLOST", "Resource lost") 51 SET (GDB_SIGNAL_LOST, 29, "SIGLOST", "Resource lost")
52 SET (TARGET_SIGNAL_USR1, 30, "SIGUSR1", "User defined signal 1") 52 SET (GDB_SIGNAL_USR1, 30, "SIGUSR1", "User defined signal 1")
53 SET (TARGET_SIGNAL_USR2, 31, "SIGUSR2", "User defined signal 2") 53 SET (GDB_SIGNAL_USR2, 31, "SIGUSR2", "User defined signal 2")
54 SET (TARGET_SIGNAL_PWR, 32, "SIGPWR", "Power fail/restart") 54 SET (GDB_SIGNAL_PWR, 32, "SIGPWR", "Power fail/restart")
55 /* Similar to SIGIO. Perhaps they should have the same number. */ 55 /* Similar to SIGIO. Perhaps they should have the same number. */
56 SET (TARGET_SIGNAL_POLL, 33, "SIGPOLL", "Pollable event occurred") 56 SET (GDB_SIGNAL_POLL, 33, "SIGPOLL", "Pollable event occurred")
57 SET (TARGET_SIGNAL_WIND, 34, "SIGWIND", "SIGWIND") 57 SET (GDB_SIGNAL_WIND, 34, "SIGWIND", "SIGWIND")
58 SET (TARGET_SIGNAL_PHONE, 35, "SIGPHONE", "SIGPHONE") 58 SET (GDB_SIGNAL_PHONE, 35, "SIGPHONE", "SIGPHONE")
59 SET (TARGET_SIGNAL_WAITING, 36, "SIGWAITING", "Process's LWPs are blocked") 59 SET (GDB_SIGNAL_WAITING, 36, "SIGWAITING", "Process's LWPs are blocked")
60 SET (TARGET_SIGNAL_LWP, 37, "SIGLWP", "Signal LWP") 60 SET (GDB_SIGNAL_LWP, 37, "SIGLWP", "Signal LWP")
61 SET (TARGET_SIGNAL_DANGER, 38, "SIGDANGER", "Swap space dangerously low") 61 SET (GDB_SIGNAL_DANGER, 38, "SIGDANGER", "Swap space dangerously low")
62 SET (TARGET_SIGNAL_GRANT, 39, "SIGGRANT", "Monitor mode granted") 62 SET (GDB_SIGNAL_GRANT, 39, "SIGGRANT", "Monitor mode granted")
63 SET (TARGET_SIGNAL_RETRACT, 40, "SIGRETRACT", 63 SET (GDB_SIGNAL_RETRACT, 40, "SIGRETRACT",
64 "Need to relinquish monitor mode") 64 "Need to relinquish monitor mode")
65 SET (TARGET_SIGNAL_MSG, 41, "SIGMSG", "Monitor mode data available") 65 SET (GDB_SIGNAL_MSG, 41, "SIGMSG", "Monitor mode data available")
66 SET (TARGET_SIGNAL_SOUND, 42, "SIGSOUND", "Sound completed") 66 SET (GDB_SIGNAL_SOUND, 42, "SIGSOUND", "Sound completed")
67 SET (TARGET_SIGNAL_SAK, 43, "SIGSAK", "Secure attention") 67 SET (GDB_SIGNAL_SAK, 43, "SIGSAK", "Secure attention")
68 SET (TARGET_SIGNAL_PRIO, 44, "SIGPRIO", "SIGPRIO") 68 SET (GDB_SIGNAL_PRIO, 44, "SIGPRIO", "SIGPRIO")
69 SET (TARGET_SIGNAL_REALTIME_33, 45, "SIG33", "Real-time event 33") 69 SET (GDB_SIGNAL_REALTIME_33, 45, "SIG33", "Real-time event 33")
70 SET (TARGET_SIGNAL_REALTIME_34, 46, "SIG34", "Real-time event 34") 70 SET (GDB_SIGNAL_REALTIME_34, 46, "SIG34", "Real-time event 34")
71 SET (TARGET_SIGNAL_REALTIME_35, 47, "SIG35", "Real-time event 35") 71 SET (GDB_SIGNAL_REALTIME_35, 47, "SIG35", "Real-time event 35")
72 SET (TARGET_SIGNAL_REALTIME_36, 48, "SIG36", "Real-time event 36") 72 SET (GDB_SIGNAL_REALTIME_36, 48, "SIG36", "Real-time event 36")
73 SET (TARGET_SIGNAL_REALTIME_37, 49, "SIG37", "Real-time event 37") 73 SET (GDB_SIGNAL_REALTIME_37, 49, "SIG37", "Real-time event 37")
74 SET (TARGET_SIGNAL_REALTIME_38, 50, "SIG38", "Real-time event 38") 74 SET (GDB_SIGNAL_REALTIME_38, 50, "SIG38", "Real-time event 38")
75 SET (TARGET_SIGNAL_REALTIME_39, 51, "SIG39", "Real-time event 39") 75 SET (GDB_SIGNAL_REALTIME_39, 51, "SIG39", "Real-time event 39")
76 SET (TARGET_SIGNAL_REALTIME_40, 52, "SIG40", "Real-time event 40") 76 SET (GDB_SIGNAL_REALTIME_40, 52, "SIG40", "Real-time event 40")
77 SET (TARGET_SIGNAL_REALTIME_41, 53, "SIG41", "Real-time event 41") 77 SET (GDB_SIGNAL_REALTIME_41, 53, "SIG41", "Real-time event 41")
78 SET (TARGET_SIGNAL_REALTIME_42, 54, "SIG42", "Real-time event 42") 78 SET (GDB_SIGNAL_REALTIME_42, 54, "SIG42", "Real-time event 42")
79 SET (TARGET_SIGNAL_REALTIME_43, 55, "SIG43", "Real-time event 43") 79 SET (GDB_SIGNAL_REALTIME_43, 55, "SIG43", "Real-time event 43")
80 SET (TARGET_SIGNAL_REALTIME_44, 56, "SIG44", "Real-time event 44") 80 SET (GDB_SIGNAL_REALTIME_44, 56, "SIG44", "Real-time event 44")
81 SET (TARGET_SIGNAL_REALTIME_45, 57, "SIG45", "Real-time event 45") 81 SET (GDB_SIGNAL_REALTIME_45, 57, "SIG45", "Real-time event 45")
82 SET (TARGET_SIGNAL_REALTIME_46, 58, "SIG46", "Real-time event 46") 82 SET (GDB_SIGNAL_REALTIME_46, 58, "SIG46", "Real-time event 46")
83 SET (TARGET_SIGNAL_REALTIME_47, 59, "SIG47", "Real-time event 47") 83 SET (GDB_SIGNAL_REALTIME_47, 59, "SIG47", "Real-time event 47")
84 SET (TARGET_SIGNAL_REALTIME_48, 60, "SIG48", "Real-time event 48") 84 SET (GDB_SIGNAL_REALTIME_48, 60, "SIG48", "Real-time event 48")
85 SET (TARGET_SIGNAL_REALTIME_49, 61, "SIG49", "Real-time event 49") 85 SET (GDB_SIGNAL_REALTIME_49, 61, "SIG49", "Real-time event 49")
86 SET (TARGET_SIGNAL_REALTIME_50, 62, "SIG50", "Real-time event 50") 86 SET (GDB_SIGNAL_REALTIME_50, 62, "SIG50", "Real-time event 50")
87 SET (TARGET_SIGNAL_REALTIME_51, 63, "SIG51", "Real-time event 51") 87 SET (GDB_SIGNAL_REALTIME_51, 63, "SIG51", "Real-time event 51")
88 SET (TARGET_SIGNAL_REALTIME_52, 64, "SIG52", "Real-time event 52") 88 SET (GDB_SIGNAL_REALTIME_52, 64, "SIG52", "Real-time event 52")
89 SET (TARGET_SIGNAL_REALTIME_53, 65, "SIG53", "Real-time event 53") 89 SET (GDB_SIGNAL_REALTIME_53, 65, "SIG53", "Real-time event 53")
90 SET (TARGET_SIGNAL_REALTIME_54, 66, "SIG54", "Real-time event 54") 90 SET (GDB_SIGNAL_REALTIME_54, 66, "SIG54", "Real-time event 54")
91 SET (TARGET_SIGNAL_REALTIME_55, 67, "SIG55", "Real-time event 55") 91 SET (GDB_SIGNAL_REALTIME_55, 67, "SIG55", "Real-time event 55")
92 SET (TARGET_SIGNAL_REALTIME_56, 68, "SIG56", "Real-time event 56") 92 SET (GDB_SIGNAL_REALTIME_56, 68, "SIG56", "Real-time event 56")
93 SET (TARGET_SIGNAL_REALTIME_57, 69, "SIG57", "Real-time event 57") 93 SET (GDB_SIGNAL_REALTIME_57, 69, "SIG57", "Real-time event 57")
94 SET (TARGET_SIGNAL_REALTIME_58, 70, "SIG58", "Real-time event 58") 94 SET (GDB_SIGNAL_REALTIME_58, 70, "SIG58", "Real-time event 58")
95 SET (TARGET_SIGNAL_REALTIME_59, 71, "SIG59", "Real-time event 59") 95 SET (GDB_SIGNAL_REALTIME_59, 71, "SIG59", "Real-time event 59")
96 SET (TARGET_SIGNAL_REALTIME_60, 72, "SIG60", "Real-time event 60") 96 SET (GDB_SIGNAL_REALTIME_60, 72, "SIG60", "Real-time event 60")
97 SET (TARGET_SIGNAL_REALTIME_61, 73, "SIG61", "Real-time event 61") 97 SET (GDB_SIGNAL_REALTIME_61, 73, "SIG61", "Real-time event 61")
98 SET (TARGET_SIGNAL_REALTIME_62, 74, "SIG62", "Real-time event 62") 98 SET (GDB_SIGNAL_REALTIME_62, 74, "SIG62", "Real-time event 62")
99 SET (TARGET_SIGNAL_REALTIME_63, 75, "SIG63", "Real-time event 63") 99 SET (GDB_SIGNAL_REALTIME_63, 75, "SIG63", "Real-time event 63")
100 100
101 /* Used internally by Solaris threads. See signal(5) on Solaris. */ 101 /* Used internally by Solaris threads. See signal(5) on Solaris. */
102 SET (TARGET_SIGNAL_CANCEL, 76, "SIGCANCEL", "LWP internal signal") 102 SET (GDB_SIGNAL_CANCEL, 76, "SIGCANCEL", "LWP internal signal")
103 103
104 /* Yes, this pains me, too. But LynxOS didn't have SIG32, and now 104 /* Yes, this pains me, too. But LynxOS didn't have SIG32, and now
105 GNU/Linux does, and we can't disturb the numbering, since it's 105 GNU/Linux does, and we can't disturb the numbering, since it's
106 part of the remote protocol. Note that in some GDB's 106 part of the remote protocol. Note that in some GDB's
107 TARGET_SIGNAL_REALTIME_32 is number 76. */ 107 GDB_SIGNAL_REALTIME_32 is number 76. */
108 SET (TARGET_SIGNAL_REALTIME_32, 77, "SIG32", "Real-time event 32") 108 SET (GDB_SIGNAL_REALTIME_32, 77, "SIG32", "Real-time event 32")
109 /* Yet another pain, IRIX 6 has SIG64. */ 109 /* Yet another pain, IRIX 6 has SIG64. */
110 SET (TARGET_SIGNAL_REALTIME_64, 78, "SIG64", "Real-time event 64") 110 SET (GDB_SIGNAL_REALTIME_64, 78, "SIG64", "Real-time event 64")
111 /* Yet another pain, GNU/Linux MIPS might go up to 128. */ 111 /* Yet another pain, GNU/Linux MIPS might go up to 128. */
112 SET (TARGET_SIGNAL_REALTIME_65, 79, "SIG65", "Real-time event 65") 112 SET (GDB_SIGNAL_REALTIME_65, 79, "SIG65", "Real-time event 65")
113 SET (TARGET_SIGNAL_REALTIME_66, 80, "SIG66", "Real-time event 66") 113 SET (GDB_SIGNAL_REALTIME_66, 80, "SIG66", "Real-time event 66")
114 SET (TARGET_SIGNAL_REALTIME_67, 81, "SIG67", "Real-time event 67") 114 SET (GDB_SIGNAL_REALTIME_67, 81, "SIG67", "Real-time event 67")
115 SET (TARGET_SIGNAL_REALTIME_68, 82, "SIG68", "Real-time event 68") 115 SET (GDB_SIGNAL_REALTIME_68, 82, "SIG68", "Real-time event 68")
116 SET (TARGET_SIGNAL_REALTIME_69, 83, "SIG69", "Real-time event 69") 116 SET (GDB_SIGNAL_REALTIME_69, 83, "SIG69", "Real-time event 69")
117 SET (TARGET_SIGNAL_REALTIME_70, 84, "SIG70", "Real-time event 70") 117 SET (GDB_SIGNAL_REALTIME_70, 84, "SIG70", "Real-time event 70")
118 SET (TARGET_SIGNAL_REALTIME_71, 85, "SIG71", "Real-time event 71") 118 SET (GDB_SIGNAL_REALTIME_71, 85, "SIG71", "Real-time event 71")
119 SET (TARGET_SIGNAL_REALTIME_72, 86, "SIG72", "Real-time event 72") 119 SET (GDB_SIGNAL_REALTIME_72, 86, "SIG72", "Real-time event 72")
120 SET (TARGET_SIGNAL_REALTIME_73, 87, "SIG73", "Real-time event 73") 120 SET (GDB_SIGNAL_REALTIME_73, 87, "SIG73", "Real-time event 73")
121 SET (TARGET_SIGNAL_REALTIME_74, 88, "SIG74", "Real-time event 74") 121 SET (GDB_SIGNAL_REALTIME_74, 88, "SIG74", "Real-time event 74")
122 SET (TARGET_SIGNAL_REALTIME_75, 89, "SIG75", "Real-time event 75") 122 SET (GDB_SIGNAL_REALTIME_75, 89, "SIG75", "Real-time event 75")
123 SET (TARGET_SIGNAL_REALTIME_76, 90, "SIG76", "Real-time event 76") 123 SET (GDB_SIGNAL_REALTIME_76, 90, "SIG76", "Real-time event 76")
124 SET (TARGET_SIGNAL_REALTIME_77, 91, "SIG77", "Real-time event 77") 124 SET (GDB_SIGNAL_REALTIME_77, 91, "SIG77", "Real-time event 77")
125 SET (TARGET_SIGNAL_REALTIME_78, 92, "SIG78", "Real-time event 78") 125 SET (GDB_SIGNAL_REALTIME_78, 92, "SIG78", "Real-time event 78")
126 SET (TARGET_SIGNAL_REALTIME_79, 93, "SIG79", "Real-time event 79") 126 SET (GDB_SIGNAL_REALTIME_79, 93, "SIG79", "Real-time event 79")
127 SET (TARGET_SIGNAL_REALTIME_80, 94, "SIG80", "Real-time event 80") 127 SET (GDB_SIGNAL_REALTIME_80, 94, "SIG80", "Real-time event 80")
128 SET (TARGET_SIGNAL_REALTIME_81, 95, "SIG81", "Real-time event 81") 128 SET (GDB_SIGNAL_REALTIME_81, 95, "SIG81", "Real-time event 81")
129 SET (TARGET_SIGNAL_REALTIME_82, 96, "SIG82", "Real-time event 82") 129 SET (GDB_SIGNAL_REALTIME_82, 96, "SIG82", "Real-time event 82")
130 SET (TARGET_SIGNAL_REALTIME_83, 97, "SIG83", "Real-time event 83") 130 SET (GDB_SIGNAL_REALTIME_83, 97, "SIG83", "Real-time event 83")
131 SET (TARGET_SIGNAL_REALTIME_84, 98, "SIG84", "Real-time event 84") 131 SET (GDB_SIGNAL_REALTIME_84, 98, "SIG84", "Real-time event 84")
132 SET (TARGET_SIGNAL_REALTIME_85, 99, "SIG85", "Real-time event 85") 132 SET (GDB_SIGNAL_REALTIME_85, 99, "SIG85", "Real-time event 85")
133 SET (TARGET_SIGNAL_REALTIME_86, 100, "SIG86", "Real-time event 86") 133 SET (GDB_SIGNAL_REALTIME_86, 100, "SIG86", "Real-time event 86")
134 SET (TARGET_SIGNAL_REALTIME_87, 101, "SIG87", "Real-time event 87") 134 SET (GDB_SIGNAL_REALTIME_87, 101, "SIG87", "Real-time event 87")
135 SET (TARGET_SIGNAL_REALTIME_88, 102, "SIG88", "Real-time event 88") 135 SET (GDB_SIGNAL_REALTIME_88, 102, "SIG88", "Real-time event 88")
136 SET (TARGET_SIGNAL_REALTIME_89, 103, "SIG89", "Real-time event 89") 136 SET (GDB_SIGNAL_REALTIME_89, 103, "SIG89", "Real-time event 89")
137 SET (TARGET_SIGNAL_REALTIME_90, 104, "SIG90", "Real-time event 90") 137 SET (GDB_SIGNAL_REALTIME_90, 104, "SIG90", "Real-time event 90")
138 SET (TARGET_SIGNAL_REALTIME_91, 105, "SIG91", "Real-time event 91") 138 SET (GDB_SIGNAL_REALTIME_91, 105, "SIG91", "Real-time event 91")
139 SET (TARGET_SIGNAL_REALTIME_92, 106, "SIG92", "Real-time event 92") 139 SET (GDB_SIGNAL_REALTIME_92, 106, "SIG92", "Real-time event 92")
140 SET (TARGET_SIGNAL_REALTIME_93, 107, "SIG93", "Real-time event 93") 140 SET (GDB_SIGNAL_REALTIME_93, 107, "SIG93", "Real-time event 93")
141 SET (TARGET_SIGNAL_REALTIME_94, 108, "SIG94", "Real-time event 94") 141 SET (GDB_SIGNAL_REALTIME_94, 108, "SIG94", "Real-time event 94")
142 SET (TARGET_SIGNAL_REALTIME_95, 109, "SIG95", "Real-time event 95") 142 SET (GDB_SIGNAL_REALTIME_95, 109, "SIG95", "Real-time event 95")
143 SET (TARGET_SIGNAL_REALTIME_96, 110, "SIG96", "Real-time event 96") 143 SET (GDB_SIGNAL_REALTIME_96, 110, "SIG96", "Real-time event 96")
144 SET (TARGET_SIGNAL_REALTIME_97, 111, "SIG97", "Real-time event 97") 144 SET (GDB_SIGNAL_REALTIME_97, 111, "SIG97", "Real-time event 97")
145 SET (TARGET_SIGNAL_REALTIME_98, 112, "SIG98", "Real-time event 98") 145 SET (GDB_SIGNAL_REALTIME_98, 112, "SIG98", "Real-time event 98")
146 SET (TARGET_SIGNAL_REALTIME_99, 113, "SIG99", "Real-time event 99") 146 SET (GDB_SIGNAL_REALTIME_99, 113, "SIG99", "Real-time event 99")
147 SET (TARGET_SIGNAL_REALTIME_100, 114, "SIG100", "Real-time event 100") 147 SET (GDB_SIGNAL_REALTIME_100, 114, "SIG100", "Real-time event 100")
148 SET (TARGET_SIGNAL_REALTIME_101, 115, "SIG101", "Real-time event 101") 148 SET (GDB_SIGNAL_REALTIME_101, 115, "SIG101", "Real-time event 101")
149 SET (TARGET_SIGNAL_REALTIME_102, 116, "SIG102", "Real-time event 102") 149 SET (GDB_SIGNAL_REALTIME_102, 116, "SIG102", "Real-time event 102")
150 SET (TARGET_SIGNAL_REALTIME_103, 117, "SIG103", "Real-time event 103") 150 SET (GDB_SIGNAL_REALTIME_103, 117, "SIG103", "Real-time event 103")
151 SET (TARGET_SIGNAL_REALTIME_104, 118, "SIG104", "Real-time event 104") 151 SET (GDB_SIGNAL_REALTIME_104, 118, "SIG104", "Real-time event 104")
152 SET (TARGET_SIGNAL_REALTIME_105, 119, "SIG105", "Real-time event 105") 152 SET (GDB_SIGNAL_REALTIME_105, 119, "SIG105", "Real-time event 105")
153 SET (TARGET_SIGNAL_REALTIME_106, 120, "SIG106", "Real-time event 106") 153 SET (GDB_SIGNAL_REALTIME_106, 120, "SIG106", "Real-time event 106")
154 SET (TARGET_SIGNAL_REALTIME_107, 121, "SIG107", "Real-time event 107") 154 SET (GDB_SIGNAL_REALTIME_107, 121, "SIG107", "Real-time event 107")
155 SET (TARGET_SIGNAL_REALTIME_108, 122, "SIG108", "Real-time event 108") 155 SET (GDB_SIGNAL_REALTIME_108, 122, "SIG108", "Real-time event 108")
156 SET (TARGET_SIGNAL_REALTIME_109, 123, "SIG109", "Real-time event 109") 156 SET (GDB_SIGNAL_REALTIME_109, 123, "SIG109", "Real-time event 109")
157 SET (TARGET_SIGNAL_REALTIME_110, 124, "SIG110", "Real-time event 110") 157 SET (GDB_SIGNAL_REALTIME_110, 124, "SIG110", "Real-time event 110")
158 SET (TARGET_SIGNAL_REALTIME_111, 125, "SIG111", "Real-time event 111") 158 SET (GDB_SIGNAL_REALTIME_111, 125, "SIG111", "Real-time event 111")
159 SET (TARGET_SIGNAL_REALTIME_112, 126, "SIG112", "Real-time event 112") 159 SET (GDB_SIGNAL_REALTIME_112, 126, "SIG112", "Real-time event 112")
160 SET (TARGET_SIGNAL_REALTIME_113, 127, "SIG113", "Real-time event 113") 160 SET (GDB_SIGNAL_REALTIME_113, 127, "SIG113", "Real-time event 113")
161 SET (TARGET_SIGNAL_REALTIME_114, 128, "SIG114", "Real-time event 114") 161 SET (GDB_SIGNAL_REALTIME_114, 128, "SIG114", "Real-time event 114")
162 SET (TARGET_SIGNAL_REALTIME_115, 129, "SIG115", "Real-time event 115") 162 SET (GDB_SIGNAL_REALTIME_115, 129, "SIG115", "Real-time event 115")
163 SET (TARGET_SIGNAL_REALTIME_116, 130, "SIG116", "Real-time event 116") 163 SET (GDB_SIGNAL_REALTIME_116, 130, "SIG116", "Real-time event 116")
164 SET (TARGET_SIGNAL_REALTIME_117, 131, "SIG117", "Real-time event 117") 164 SET (GDB_SIGNAL_REALTIME_117, 131, "SIG117", "Real-time event 117")
165 SET (TARGET_SIGNAL_REALTIME_118, 132, "SIG118", "Real-time event 118") 165 SET (GDB_SIGNAL_REALTIME_118, 132, "SIG118", "Real-time event 118")
166 SET (TARGET_SIGNAL_REALTIME_119, 133, "SIG119", "Real-time event 119") 166 SET (GDB_SIGNAL_REALTIME_119, 133, "SIG119", "Real-time event 119")
167 SET (TARGET_SIGNAL_REALTIME_120, 134, "SIG120", "Real-time event 120") 167 SET (GDB_SIGNAL_REALTIME_120, 134, "SIG120", "Real-time event 120")
168 SET (TARGET_SIGNAL_REALTIME_121, 135, "SIG121", "Real-time event 121") 168 SET (GDB_SIGNAL_REALTIME_121, 135, "SIG121", "Real-time event 121")
169 SET (TARGET_SIGNAL_REALTIME_122, 136, "SIG122", "Real-time event 122") 169 SET (GDB_SIGNAL_REALTIME_122, 136, "SIG122", "Real-time event 122")
170 SET (TARGET_SIGNAL_REALTIME_123, 137, "SIG123", "Real-time event 123") 170 SET (GDB_SIGNAL_REALTIME_123, 137, "SIG123", "Real-time event 123")
171 SET (TARGET_SIGNAL_REALTIME_124, 138, "SIG124", "Real-time event 124") 171 SET (GDB_SIGNAL_REALTIME_124, 138, "SIG124", "Real-time event 124")
172 SET (TARGET_SIGNAL_REALTIME_125, 139, "SIG125", "Real-time event 125") 172 SET (GDB_SIGNAL_REALTIME_125, 139, "SIG125", "Real-time event 125")
173 SET (TARGET_SIGNAL_REALTIME_126, 140, "SIG126", "Real-time event 126") 173 SET (GDB_SIGNAL_REALTIME_126, 140, "SIG126", "Real-time event 126")
174 SET (TARGET_SIGNAL_REALTIME_127, 141, "SIG127", "Real-time event 127") 174 SET (GDB_SIGNAL_REALTIME_127, 141, "SIG127", "Real-time event 127")
175 175
176 SET (TARGET_SIGNAL_INFO, 142, "SIGINFO", "Information request") 176 SET (GDB_SIGNAL_INFO, 142, "SIGINFO", "Information request")
177 177
178 /* Some signal we don't know about. */ 178 /* Some signal we don't know about. */
179 SET (TARGET_SIGNAL_UNKNOWN, 143, NULL, "Unknown signal") 179 SET (GDB_SIGNAL_UNKNOWN, 143, NULL, "Unknown signal")
180 180
181 /* Use whatever signal we use when one is not specifically specified 181 /* Use whatever signal we use when one is not specifically specified
182 (for passing to proceed and so on). */ 182 (for passing to proceed and so on). */
183 SET (TARGET_SIGNAL_DEFAULT, 144, NULL, 183 SET (GDB_SIGNAL_DEFAULT, 144, NULL,
184 "Internal error: printing TARGET_SIGNAL_DEFAULT") 184 "Internal error: printing GDB_SIGNAL_DEFAULT")
185 185
186 /* Mach exceptions. In versions of GDB before 5.2, these were just before 186 /* Mach exceptions. In versions of GDB before 5.2, these were just before
187 TARGET_SIGNAL_INFO if you were compiling on a Mach host (and missing 187 GDB_SIGNAL_INFO if you were compiling on a Mach host (and missing
188 otherwise). */ 188 otherwise). */
189 SET (TARGET_EXC_BAD_ACCESS, 145, "EXC_BAD_ACCESS", "Could not access memory") 189 SET (TARGET_EXC_BAD_ACCESS, 145, "EXC_BAD_ACCESS", "Could not access memory")
190 SET (TARGET_EXC_BAD_INSTRUCTION, 146, "EXC_BAD_INSTRUCTION", 190 SET (TARGET_EXC_BAD_INSTRUCTION, 146, "EXC_BAD_INSTRUCTION",
191 "Illegal instruction/operand") 191 "Illegal instruction/operand")
192 SET (TARGET_EXC_ARITHMETIC, 147, "EXC_ARITHMETIC", "Arithmetic exception") 192 SET (TARGET_EXC_ARITHMETIC, 147, "EXC_ARITHMETIC", "Arithmetic exception")
193 SET (TARGET_EXC_EMULATION, 148, "EXC_EMULATION", "Emulation instruction") 193 SET (TARGET_EXC_EMULATION, 148, "EXC_EMULATION", "Emulation instruction")
194 SET (TARGET_EXC_SOFTWARE, 149, "EXC_SOFTWARE", "Software generated exception") 194 SET (TARGET_EXC_SOFTWARE, 149, "EXC_SOFTWARE", "Software generated exception")
195 SET (TARGET_EXC_BREAKPOINT, 150, "EXC_BREAKPOINT", "Breakpoint") 195 SET (TARGET_EXC_BREAKPOINT, 150, "EXC_BREAKPOINT", "Breakpoint")
196 196
197 /* If you are adding a new signal, add it just above this comment. */ 197 /* If you are adding a new signal, add it just above this comment. */
198 198
199 /* Last and unused enum value, for sizing arrays, etc. */ 199 /* Last and unused enum value, for sizing arrays, etc. */
200 SET (TARGET_SIGNAL_LAST, 151, NULL, "TARGET_SIGNAL_MAGIC") 200 SET (GDB_SIGNAL_LAST, 151, NULL, "GDB_SIGNAL_MAGIC")
OLDNEW
« no previous file with comments | « include/gdb/signals.h ('k') | include/gdb/sim-rl78.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698