comparison src/.gdbinit @ 8310:def3ab3a6f01

Set the breakpoint in x_error_quitter instead of _XPrintDefaultError.
author Richard M. Stallman <rms@gnu.org>
date Sun, 24 Jul 1994 01:10:32 +0000
parents 05260d3b988d
children 0de933eb95a2
comparison
equal deleted inserted replaced
8309:a4dbf8e6c78f 8310:def3ab3a6f01
174 break abort 174 break abort
175 175
176 # If we are running in synchronous mode, we want a chance to look around 176 # If we are running in synchronous mode, we want a chance to look around
177 # before Emacs exits. Perhaps we should put the break somewhere else 177 # before Emacs exits. Perhaps we should put the break somewhere else
178 # instead... 178 # instead...
179 break _XPrintDefaultError 179 break x_error_quitter
180 180
181