diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-07-24 01:10:32 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-07-24 01:10:32 +0000 |
commit | d8e4bfb23a1fb15357f0a08608668dc3b998f335 (patch) | |
tree | 237995bbbb632d486bc0f3f09de4220fb87e81e9 /src/.gdbinit | |
parent | 412ceae273822ba77c3d314926fa41dd2b6e4dc2 (diff) | |
download | emacs-d8e4bfb23a1fb15357f0a08608668dc3b998f335.tar.gz |
Set the breakpoint in x_error_quitter instead of _XPrintDefaultError.
Diffstat (limited to 'src/.gdbinit')
-rw-r--r-- | src/.gdbinit | 3 |
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 + |