about summary refs log tree commit diff
path: root/src/etc/debugger_pretty_printers_common.py
AgeCommit message (Expand)AuthorLines
2018-12-26Remove the private generic NonZero<T> wrapper type.Simon Sapin-4/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-21Fix BTreeSet and BTreeMap gdb pretty-printersTom Tromey-26/+0
2018-08-15pretty printing for btreemapUnknown-0/+21
2018-08-06pretty print BTreeSetfukatani-0/+22
2018-07-29pretty print for std::collections::vecdequeUnknown-0/+33
2017-06-09Add compat_str() which works with unicode in both Python 2 and 3gentoo90-0/+5
2017-06-02Add GDB pretty-printer for OsStringgentoo90-0/+9
2017-01-01Add pretty printing of unions in debuggersPhilip Craig-6/+10
2016-09-17pep8 prefers triple quoted with double quotesEitan Adler-1/+1
2016-08-10gdb: Fix pretty-printing special-cased Rust typesSebastian Ullrich-0/+17
2016-07-04Added a pretty printer for &mut slicesNikhil Shagrithaya-1/+1
2015-07-17fix pretty printers to handle new VecAlexis Beingessner-9/+7
2015-05-30debuginfo: Create common debugger pretty printer module.Michael Woerister-0/+328