aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.gdbinit3
-rw-r--r--src/ChangeLog4
2 files changed, 7 insertions, 0 deletions
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
768# stdio stop working and therefore the `pr' command above as well. 768# stdio stop working and therefore the `pr' command above as well.
769break abort 769break abort
770 770
771# The MS-Windows build replaces abort with its own function.
772break w32_abort
773
771# If we are running in synchronous mode, we want a chance to look around 774# If we are running in synchronous mode, we want a chance to look around
772# before Emacs exits. Perhaps we should put the break somewhere else 775# before Emacs exits. Perhaps we should put the break somewhere else
773# instead... 776# instead...
diff --git a/src/ChangeLog b/src/ChangeLog
index 01a438387f3..d3fb40197b3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12005-12-17 Eli Zaretskii <eliz@gnu.org>
2
3 * .gdbinit: Set a breakpoint on w32_abort.
4
12005-12-16 Juri Linkov <juri@jurta.org> 52005-12-16 Juri Linkov <juri@jurta.org>
2 6
3 * minibuf.c (Fminibuffer_completion_contents): New Lisp function 7 * minibuf.c (Fminibuffer_completion_contents): New Lisp function