aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-03-12 10:32:16 +0200
committerEli Zaretskii2016-03-12 10:32:16 +0200
commit6d8e1f0276fb6cce8d3f1e707bf52c18f8fb70d0 (patch)
treecd42b1c44663eb22a4a8d7bf53732c5549d8ef25
parent12663618dfb5532d6414f6d12706f3ad441c0a15 (diff)
downloademacs-6d8e1f0276fb6cce8d3f1e707bf52c18f8fb70d0.tar.gz
emacs-6d8e1f0276fb6cce8d3f1e707bf52c18f8fb70d0.zip
; * etc/DEBUG: Improve wording. (Bug#22984)
-rw-r--r--etc/DEBUG15
1 files changed, 8 insertions, 7 deletions
diff --git a/etc/DEBUG b/etc/DEBUG
index c2fb5ab9113..eef67dad500 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -73,11 +73,11 @@ prompt, to unconditionally load the GDB init file.
73 73
74We recommend using the GUI front-end for GDB provided by Emacs. With 74We recommend using the GUI front-end for GDB provided by Emacs. With
75it, you can start GDB by typing "M-x gdb RET". This will suggest the 75it, you can start GDB by typing "M-x gdb RET". This will suggest the
76default binary to debug; if you are going to start a new Emacs 76file name of the default binary to debug; if the suggested default is
77process, change it as needed to point to the correct binary. 77not the Emacs binary you want to debug, change the file name as
78Alternatively, if you want to attach the debugger to an already 78needed. Alternatively, if you want to attach the debugger to an
79running Emacs process, change the GDB command shown in the minibuffer 79already running Emacs process, change the GDB command shown in the
80to say this: 80minibuffer to say this:
81 81
82 gdb -i=mi -p PID 82 gdb -i=mi -p PID
83 83
@@ -681,8 +681,9 @@ not exit when it should.
681On GNU and Unix systems, you can also trying sending Emacs SIGUSR2, 681On GNU and Unix systems, you can also trying sending Emacs SIGUSR2,
682which, if 'debug-on-event' has its default value, will cause Emacs to 682which, if 'debug-on-event' has its default value, will cause Emacs to
683attempt to break it out of its current loop and into the Lisp 683attempt to break it out of its current loop and into the Lisp
684debugger. This feature is useful when a C-level debugger is not 684debugger. (See the node "Debugging" in the ELisp manual for the
685conveniently available. 685details about the Lisp debugger.) This feature is useful when a
686C-level debugger is not conveniently available.
686 687
687** If certain operations in Emacs are slower than they used to be, here 688** If certain operations in Emacs are slower than they used to be, here
688is some advice for how to find out why. 689is some advice for how to find out why.