OSDN Git Service

[ReleaseNotes] Mention various windows related changes in 7.0
[android-x86/external-llvm.git] / utils / gdb-scripts /
2018-07-23 Fangrui Song[gdb] Fix SmallVector pretty printer after r337514
2018-07-09 Philip Pfaffe[Utils] Fix gdb pretty printers to work with Python 3.
2018-06-26 Fangrui Song[gdb] Escape unprintable bytes in SmallString and StringRef
2018-06-25 Fangrui Song[gdb] Add pretty printer for Expected
2018-06-22 Fangrui Song[gdb] Use Latin-1 to decode StringRef
2018-06-21 Fangrui Song[gdb] Update llvm::Optional
2017-06-04 David BlaikieMake the Twine pretty-printer work with GDB 7.11
2017-03-15 David BlaikieAdd GDB pretty-printer for llvm::Twine type
2016-12-16 David BlaikieGDB pretty printers: Basic DenseMap support
2016-12-16 David BlaikieGDB pretty printer for llvm::Optional
2016-08-05 Igor KudrinFix gdb pretty printers to work with Python 3.
2016-06-01 David BlaikieReference gdb python type printer scripts from SmallStr...