# HG changeset patch # User Richard M. Stallman # Date 775012232 0 # Node ID def3ab3a6f01a49fcf7e265ff29e24b3484780d4 # Parent a4dbf8e6c78f750a6dde0305af88e55bd0a8a4c3 Set the breakpoint in x_error_quitter instead of _XPrintDefaultError. diff -r a4dbf8e6c78f -r def3ab3a6f01 src/.gdbinit --- 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 +