]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/lib/gdb/printing.py
gas: introduce .errif and .warnif
[thirdparty/binutils-gdb.git] / gdb / python / lib / gdb / printing.py
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2024-12-09  Tom TromeyIntroduce NoOpStringPrinter
2024-04-02  Tom TromeyRun isort
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-17  Tom TromeyIgnore static members in NoOpStructPrinter
2023-09-26  Tom TromeyRemove some unnecessary qualification from printing.py
2023-09-26  Tom TromeyAdd two new pretty-printer methods
2023-09-26  Tom TromeyIntroduce gdb.ValuePrinter
2023-09-20  Tom TromeyRun 'black' on printing.py
2023-09-19  Tom TromeyHandle pointers and references correctly in DAP
2023-09-05  Tom TromeyHandle array- and string-like values in no-op pretty...
2023-07-10  Tom TromeyHandle typedefs in no-op pretty printers
2023-06-22  Simon Farregdb/DAP Few bug fixes & Evaluate Array Watch vars
2023-03-15  Tom TromeyFix formatting in gdb/printing.py
2023-03-14  Tom TromeyImplement DAP variables, scopes, and evaluate requests
2023-02-27  Simon Marchigdb: reformat Python files with black 23.1.0
2023-02-13  Tom TromeyRemove unused imports from gdb's Python code
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-03-23  Simon Marchigdb/python: remove Python 2 support
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-05-07  Simon Marchigdb: re-format Python files using black 21.4b0
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-01-20  Simon MarchiFix sorting of enum values in FlagEnumerationPrinter
2016-01-19  Simon MarchiFix enum flag with Python 3
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-04-29  Doug EvansPR python/18299
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-15  Doug EvansPR python/17364
2014-02-26  Joel Brobecker[Python] Make regexp collection printers work with...
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-12  Paul KoningAdd support for Python 3.
2012-04-18  Jan Kratochvilgdb/
2012-01-16  Tom Tromeygdb
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-10-07  Doug Evans * python/lib/gdb/printing.py (register_pretty_printer...
2011-10-07  Doug Evans * python/lib/gdb/printing.py: Whitespace cleanup.
2011-05-23  Doug Evans * python/lib/gdb/printing.py (register_pretty_printer...
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2010-11-29  Doug Evans * python/lib/gdb/printing.py (register_pretty_printer...
2010-11-02  Doug Evans New python module gdb.printing, and new commands info...