]> git.ipfire.org Git - thirdparty/make.git/commit
* make-gdb.py: Add pretty-printers and clean up.
authorPaul Smith <psmith@gnu.org>
Sun, 25 Jul 2021 21:19:09 +0000 (17:19 -0400)
committerPaul Smith <psmith@gnu.org>
Mon, 6 Sep 2021 00:05:02 +0000 (20:05 -0400)
commite13fd5c83d9a6df3c303cec7c8791d76f25e1616
tree6122cce76c73d19179733c2c236df522e2c07ad0
parent7c4e6b0299774280e3a93060c70c661f459aaf40
* make-gdb.py: Add pretty-printers and clean up.

Create a pretty-printer for next-pointer lists.
Create a pretty-printer for stringlists.
Change showargv from a function to a command (easier to use).

Clean up some Python PEP violations.  Add support for testing null
pointers and caching gdb.Types.
make-gdb.py