# HG changeset patch # User Eli Zaretskii # Date 1134832383 0 # Node ID e1b75b063ab8f8f52da5508fe2101132f07c3652 # Parent 31d64c172021759b10b2615afb84b52cdc5e5178 Set a breakpoint on w32_abort. diff -r 31d64c172021 -r e1b75b063ab8 src/.gdbinit --- 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...