aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-08-06 00:39:50 +0000
committerNick Roberts2006-08-06 00:39:50 +0000
commit6205d23a8ce4ff231f42dc642d43e6cc9ff942d2 (patch)
tree9e7d656ef1123fcd461c48eb4e35f7e24be6a7c7
parent27bd6273775ea3d6801cd835da778db11336c6dd (diff)
downloademacs-6205d23a8ce4ff231f42dc642d43e6cc9ff942d2.tar.gz
emacs-6205d23a8ce4ff231f42dc642d43e6cc9ff942d2.zip
(Note): Add note about ollowing a longjmp call.
-rw-r--r--etc/DEBUG7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/DEBUG b/etc/DEBUG
index 63327b3ce5c..1eb5d5ca9f4 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