From 998ee976504d3243fe257e45b371d3c2984b61c9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 24 Jul 1994 01:10:32 +0000 Subject: [PATCH] Set the breakpoint in x_error_quitter instead of _XPrintDefaultError. --- src/.gdbinit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 + -- 2.39.5