]> git.eshelyaron.com Git - emacs.git/commit
Pretty-print Lisp_Object values in GDB
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 5 May 2017 22:59:24 +0000 (15:59 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 5 May 2017 23:04:49 +0000 (16:04 -0700)
commit2b91f3d1eac402128c753e0780c50488a4f9cacb
treec72eaee26faaed98c54c545fa243da1f61846b57
parent1c9c02f51cc24954536e3e2536c5b2c1d571e3df
Pretty-print Lisp_Object values in GDB

* src/.gdbinit: Add a pretty-printer for Lisp_Object values.  Now,
GDB displays them as "XIL(0xXXX)" rather than displaying them
as "..." when CHECK_LISP_OBJECT_TYPE is in effect and as "DDDDD"
otherwise.
src/.gdbinit