]> git.eshelyaron.com Git - emacs.git/commit
Improve .gdbinit Lisp value pretty-printing
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 May 2017 00:15:11 +0000 (17:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 May 2017 00:15:38 +0000 (17:15 -0700)
commit2a22a65fe1fd7f75480f6dcfe404b5ce43a2b821
treed709e0ed2b64cd93574b06bf4f0f2ee6ccbd0942
parent2349f1df1b11381c421287670ffd0f84725d7818
Improve .gdbinit Lisp value pretty-printing

* src/.gdbinit (to_string): Use an unsigned representation for
Lisp values, as requested by Eli Zaretskii (Bug#27098).
Also, use "make_number(N)" for Lisp integers.
src/.gdbinit