]> code.delx.au - gnu-emacs/commitdiff
(Note): Add note about ollowing a longjmp call.
authorNick Roberts <nickrob@snap.net.nz>
Sun, 6 Aug 2006 00:39:50 +0000 (00:39 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sun, 6 Aug 2006 00:39:50 +0000 (00:39 +0000)
etc/DEBUG

index 63327b3ce5c238e691665374996de9a538e5c279..1eb5d5ca9f4570649784735db4507b59abe26d49 100644 (file)
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -272,6 +272,13 @@ related data structures in a terse and user-friendly format:
 The above commands also exist in a version with an `x' suffix which
 takes an object of the relevant type as argument.
 
+** Following longjmp call.
+
+Recent versions of glibc (2.4+?) encrypt stored values for setjmp/longjmp which
+prevents GDB from being able to follow a longjmp call using `next'.  To
+disable this protection you need to set the environment variable
+LD_POINTER_GUARD to 0.
+
 ** Using GDB in Emacs
 
 Debugging with GDB in Emacs offers some advantages over the command line (See