summaryrefslogtreecommitdiff
path: root/make-gdb.py
Commit message (Collapse)AuthorAgeFilesLines
* * NEWS: Use GNU Make instead of GNU makePaul Smith2022-10-181-1/+1
| | | | | | | | | | | | * README.git: Ditto. * README.Amiga: Ditto. * README.DOS: Ditto. * README.OS2: Ditto. * README.VMS: Ditto. * README.W32: Ditto. * README.customs: Ditto. * make-gdb.py: Ditto. * tests/run_make_tests.pl: Ditto.
* * make-gdb.py: Add pretty-printers and clean up.Paul Smith2021-09-051-27/+133
| | | | | | | | | 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.
* Update developer customizationsPaul Smith2019-05-191-0/+175
* .ccls: Remove -std=c99: it disables __attribute__ causing warnings. * .dir-locals.el: Force the C coding style to "gnu". * make-gdb.py: Add GDB macros for pretty-printing GNU make structs. * scripts/copyright-update: Use GNULIB_SRCDIR to find update-copyright.