comparison etc/DEBUG @ 72293:2fef1488c1d0

(Note): Add note about ollowing a longjmp call.
author Nick Roberts <nickrob@snap.net.nz>
date Sun, 06 Aug 2006 00:39:50 +0000
parents 8c249825e7f3
children 23bdb18ffccf
comparison
equal deleted inserted replaced
72292:069d7c644d29 72293:2fef1488c1d0
269 `pgrow' dumps all glyphs in current glyph_row `row'. 269 `pgrow' dumps all glyphs in current glyph_row `row'.
270 `pcursor' dumps current output_cursor. 270 `pcursor' dumps current output_cursor.
271 271
272 The above commands also exist in a version with an `x' suffix which 272 The above commands also exist in a version with an `x' suffix which
273 takes an object of the relevant type as argument. 273 takes an object of the relevant type as argument.
274
275 ** Following longjmp call.
276
277 Recent versions of glibc (2.4+?) encrypt stored values for setjmp/longjmp which
278 prevents GDB from being able to follow a longjmp call using `next'. To
279 disable this protection you need to set the environment variable
280 LD_POINTER_GUARD to 0.
274 281
275 ** Using GDB in Emacs 282 ** Using GDB in Emacs
276 283
277 Debugging with GDB in Emacs offers some advantages over the command line (See 284 Debugging with GDB in Emacs offers some advantages over the command line (See
278 the GDB Graphical Interface node of the Emacs manual). There are also some 285 the GDB Graphical Interface node of the Emacs manual). There are also some