summaryrefslogtreecommitdiffstats
path: root/llvm/utils/gdb-scripts
Commit message (Expand)AuthorAgeFilesLines
* Add gdb pretty printer for MutableArrayRef, remove ConstArrayRef.Christian Sigg2020-01-091-1/+1
* Fix GDB pretty printer for Optional after r354246David Blaikie2019-05-281-2/+1
* Python compat - iterator protocolSerge Guelton2019-01-031-9/+10
* Python compat - print statementSerge Guelton2019-01-031-0/+2
* [gdb] Fix SmallVector pretty printer after r337514Fangrui Song2018-07-231-33/+13
* [Utils] Fix gdb pretty printers to work with Python 3.Philip Pfaffe2018-07-091-0/+4
* [gdb] Escape unprintable bytes in SmallString and StringRefFangrui Song2018-06-261-8/+4
* [gdb] Add pretty printer for ExpectedFangrui Song2018-06-251-21/+45
* [gdb] Use Latin-1 to decode StringRefFangrui Song2018-06-221-1/+1
* [gdb] Update llvm::OptionalFangrui Song2018-06-211-3/+4
* Make the Twine pretty-printer work with GDB 7.11David Blaikie2017-06-041-14/+22
* Add GDB pretty-printer for llvm::Twine typeDavid Blaikie2017-03-151-0/+108
* GDB pretty printers: Basic DenseMap supportDavid Blaikie2016-12-161-0/+64
* GDB pretty printer for llvm::OptionalDavid Blaikie2016-12-161-0/+29
* Fix gdb pretty printers to work with Python 3.Igor Kudrin2016-08-051-0/+4
* Reference gdb python type printer scripts from SmallString, SmallVector, Arra...David Blaikie2016-06-011-0/+107
OpenPOWER on IntegriCloud