]> git.eshelyaron.com Git - emacs.git/commitdiff
Set a breakpoint on w32_abort.
authorEli Zaretskii <eliz@gnu.org>
Sat, 17 Dec 2005 15:14:03 +0000 (15:14 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 17 Dec 2005 15:14:03 +0000 (15:14 +0000)
src/.gdbinit
src/ChangeLog

index fa50373920ff05aa9eac2d75e6e794b93b3f02f2..fdce31761e017c66dfb3a55e6a052b1ad6d18c7f 100644 (file)
@@ -768,6 +768,9 @@ set args -geometry 80x40+0+0
 # stdio stop working and therefore the `pr' command above as well.
 break abort
 
+# The MS-Windows build replaces abort with its own function.
+break w32_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...
index 01a438387f365511a562389fab1df8e77e483573..d3fb40197b330c8209143896f0bf890f679b22c5 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-17  Eli Zaretskii  <eliz@gnu.org>
+
+       * .gdbinit: Set a breakpoint on w32_abort.
+
 2005-12-16  Juri Linkov  <juri@jurta.org>
 
        * minibuf.c (Fminibuffer_completion_contents): New Lisp function