emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/.gdbinit


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/.gdbinit
Date: Sat, 17 Dec 2005 15:13:03 +0000

Index: emacs/src/.gdbinit
diff -u emacs/src/.gdbinit:1.72 emacs/src/.gdbinit:1.73
--- emacs/src/.gdbinit:1.72     Sat Nov 19 22:31:15 2005
+++ emacs/src/.gdbinit  Sat Dec 17 15:13:03 2005
@@ -768,6 +768,9 @@
 # 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...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]