]> git.eshelyaron.com Git - emacs.git/commitdiff
Set the breakpoint in x_error_quitter instead of _XPrintDefaultError.
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Jul 1994 01:10:32 +0000 (01:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Jul 1994 01:10:32 +0000 (01:10 +0000)
src/.gdbinit

index e1fb7540abd2b586b26fa24f41bd36d72b76d531..9c354b5607d1ff8ed4cf99960ed4bb1b90bd75ab 100644 (file)
@@ -176,5 +176,6 @@ break abort
 # If we are running in synchronous mode, we want a chance to look around
 # before Emacs exits.  Perhaps we should put the break somewhere else
 # instead...
-break _XPrintDefaultError
+break x_error_quitter
+