diff options
| author | Eli Zaretskii | 2005-12-17 15:14:03 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-12-17 15:14:03 +0000 |
| commit | d912b87a547063843528184f22b5d6fc9d35d192 (patch) | |
| tree | 39972eae7852d50af72c2e93000dd604a119bd7c /src | |
| parent | 6872b31c689df43f2f7c2d72b8ea5cc8743d4459 (diff) | |
| download | emacs-d912b87a547063843528184f22b5d6fc9d35d192.tar.gz emacs-d912b87a547063843528184f22b5d6fc9d35d192.zip | |
Set a breakpoint on w32_abort.
Diffstat (limited to 'src')
| -rw-r--r-- | src/.gdbinit | 3 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
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. |
| 769 | break abort | 769 | break abort |
| 770 | 770 | ||
| 771 | # The MS-Windows build replaces abort with its own function. | ||
| 772 | break 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 @@ | |||
| 1 | 2005-12-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * .gdbinit: Set a breakpoint on w32_abort. | ||
| 4 | |||
| 1 | 2005-12-16 Juri Linkov <juri@jurta.org> | 5 | 2005-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 |