]> git.eshelyaron.com Git - emacs.git/commit
Port .gdbinit to GDB 7.11.1 + Python 2.7.12
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 6 May 2017 22:29:16 +0000 (15:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 6 May 2017 22:33:16 +0000 (15:33 -0700)
commitf31689c803a13836ef3528d6e2b4c98c767c42c7
tree83ae3d2fb1a5b6d014dfda3fb781558e552f8680
parent7cd7f5b4032092389a00e23af3ab435628febed3
Port .gdbinit to GDB 7.11.1 + Python 2.7.12

* src/.gdbinit (Lisp_Object_Printer.to_string):
Explicitly convert integer val to 'int', so that
older GDBs do not complain about the conversion.
* src/lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]:
Give the struct a tag, so that older GDB pretty-printers have a
tag to hang their hat on.
src/.gdbinit
src/lisp.h