]> git.eshelyaron.com Git - emacs.git/commit
Pretty-print const Lisp_Objects in .gdbinit
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 6 May 2017 21:24:12 +0000 (14:24 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 6 May 2017 21:25:13 +0000 (14:25 -0700)
commit7cd7f5b4032092389a00e23af3ab435628febed3
tree2ebfac740178bfbbadf0299e59aeb221e43cdad7
parent0a13c725132ade2709da217cac70e3847a387c58
Pretty-print const Lisp_Objects in .gdbinit

* src/.gdbinit (Emacs_Pretty_Printers.__call__):
Compare unqualified type to Lisp_Object, to do the right thing
when the expression has type ‘Lisp_Object const’.
Problem reported by Eli Zaretskii in:
http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00138.html
src/.gdbinit