changeset 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 a4dbf8e6c78f
children ace71f0fc661
files src/.gdbinit
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/.gdbinit	Sun Jul 24 01:10:14 1994 +0000
+++ b/src/.gdbinit	Sun Jul 24 01:10:32 1994 +0000
@@ -176,5 +176,6 @@
 # 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
 
+