DebugClients/Python/DebugClientBase.py

changeset 4370
54dbb658f9e6
parent 4366
9445c7cb991f
child 4385
599681bf149a
equal deleted inserted replaced
4369:4ef6ecc62a9d 4370:54dbb658f9e6
1182 """ 1182 """
1183 Private method to handle signals. 1183 Private method to handle signals.
1184 1184
1185 @param signalNumber number of the signal to be handled 1185 @param signalNumber number of the signal to be handled
1186 @type int 1186 @type int
1187 @param stack frame current stack frame 1187 @param stackFrame current stack frame
1188 @type frame object 1188 @type frame object
1189 """ 1189 """
1190 if signalNumber == signal.SIGABRT: 1190 if signalNumber == signal.SIGABRT:
1191 message = "Abnormal Termination" 1191 message = "Abnormal Termination"
1192 elif signalNumber == signal.SIGFPE: 1192 elif signalNumber == signal.SIGFPE:

eric ide

mercurial