From: Eli Zaretskii Date: Sat, 17 Dec 2005 15:14:03 +0000 (+0000) Subject: Set a breakpoint on w32_abort. X-Git-Tag: emacs-pretest-22.0.90~5228 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d912b87a547063843528184f22b5d6fc9d35d192;p=emacs.git Set a breakpoint on w32_abort. --- diff --git a/src/.gdbinit b/src/.gdbinit index fa50373920f..fdce31761e0 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -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... diff --git a/src/ChangeLog b/src/ChangeLog index 01a438387f3..d3fb40197b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-12-17 Eli Zaretskii + + * .gdbinit: Set a breakpoint on w32_abort. + 2005-12-16 Juri Linkov * minibuf.c (Fminibuffer_completion_contents): New Lisp function