aboutsummaryrefslogtreecommitdiffstats
path: root/etc/DEBUG
diff options
context:
space:
mode:
authorMiles Bader2006-08-16 14:08:49 +0000
committerMiles Bader2006-08-16 14:08:49 +0000
commitde20e0ccdb039a2ac27e5bbd3e06ab70c4e7bb65 (patch)
tree80243ce02b52cbf7945c614bd213dd63142b861a /etc/DEBUG
parent7a5c2a42040b12b037940a067aee6ac6fde01680 (diff)
parent5ebdc2990a95cc38b21f772eea4de3ceee149e54 (diff)
downloademacs-de20e0ccdb039a2ac27e5bbd3e06ab70c4e7bb65.tar.gz
emacs-de20e0ccdb039a2ac27e5bbd3e06ab70c4e7bb65.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 382-398) - Update from CVS - Update from erc--emacs--22 - Fix ERC bug introduced in last patch - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 123-125) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-101
Diffstat (limited to 'etc/DEBUG')
-rw-r--r--etc/DEBUG13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/DEBUG b/etc/DEBUG
index 63327b3ce5c..bc81d1d5dc2 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -272,6 +272,13 @@ related data structures in a terse and user-friendly format:
272The above commands also exist in a version with an `x' suffix which 272The above commands also exist in a version with an `x' suffix which
273takes an object of the relevant type as argument. 273takes an object of the relevant type as argument.
274 274
275** Following longjmp call.
276
277Recent versions of glibc (2.4+?) encrypt stored values for setjmp/longjmp which
278prevents GDB from being able to follow a longjmp call using `next'. To
279disable this protection you need to set the environment variable
280LD_POINTER_GUARD to 0.
281
275** Using GDB in Emacs 282** Using GDB in Emacs
276 283
277Debugging with GDB in Emacs offers some advantages over the command line (See 284Debugging with GDB in Emacs offers some advantages over the command line (See
@@ -739,4 +746,10 @@ look at the disassembly to determine which registers are being used,
739and look at those registers directly, to see the actual current values 746and look at those registers directly, to see the actual current values
740of these variables. 747of these variables.
741 748
749
750Local variables:
751mode: outline
752paragraph-separate: "[ ]*$"
753end:
754
742;;; arch-tag: fbf32980-e35d-481f-8e4c-a2eca2586e6b 755;;; arch-tag: fbf32980-e35d-481f-8e4c-a2eca2586e6b