diff options
Diffstat (limited to 'src/.gdbinit')
-rw-r--r-- | src/.gdbinit | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/.gdbinit b/src/.gdbinit index 7af2f7d5721..10f993fdd9f 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -768,6 +768,9 @@ show environment TERM # 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... |