]> git.eshelyaron.com Git - emacs.git/commit
Fix .gdbinit to work with Lisp_Word
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 Jan 2018 06:38:01 +0000 (22:38 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 Jan 2018 06:38:48 +0000 (22:38 -0800)
commitf8b4e87d5d4f57954b50677add76ce5136211dc1
tree81010e4c0ec9f1bca24c53fd19280371f80c754b
parentb6add8c7cfc6d36f9dd8ad99be06bd8ab41cc6f8
Fix .gdbinit to work with Lisp_Word

Problem reported by Stefan Monnier (Bug#29957).
* src/.gdbinit (xgetptr, xgetint, xgettype):
Cast Lisp_Word value to EMACS_INT, since it might be a pointer now.
src/.gdbinit