changeset 67633:e1b75b063ab8

Set a breakpoint on w32_abort.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 17 Dec 2005 15:13:03 +0000
parents 31d64c172021
children 83c53d29eff4
files src/.gdbinit
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/.gdbinit	Sat Dec 17 08:53:38 2005 +0000
+++ b/src/.gdbinit	Sat Dec 17 15:13:03 2005 +0000
@@ -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...