summaryrefslogtreecommitdiff
path: root/src/.gdbinit
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-07-24 01:10:32 +0000
committerRichard M. Stallman <rms@gnu.org>1994-07-24 01:10:32 +0000
commit998ee976504d3243fe257e45b371d3c2984b61c9 (patch)
tree53fa34a6105049ac106dc22ef38973de8d21856a /src/.gdbinit
parent3534a80918dc297550fa7d0eddf5427942152b04 (diff)
downloademacs-998ee976504d3243fe257e45b371d3c2984b61c9.tar.gz
Set the breakpoint in x_error_quitter instead of _XPrintDefaultError.
Diffstat (limited to 'src/.gdbinit')
-rw-r--r--src/.gdbinit3
1 files changed, 2 insertions, 1 deletions
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
+