From: Richard M. Stallman Date: Sun, 24 Jul 1994 01:10:32 +0000 (+0000) Subject: Set the breakpoint in x_error_quitter instead of _XPrintDefaultError. X-Git-Tag: emacs-19.34~7543 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=998ee976504d3243fe257e45b371d3c2984b61c9;p=emacs.git Set the breakpoint in x_error_quitter instead of _XPrintDefaultError. --- diff --git a/src/.gdbinit b/src/.gdbinit index e1fb7540abd..9c354b5607d 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -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 +