summaryrefslogtreecommitdiff
path: root/src/etc/debugger_pretty_printers_common.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the private generic NonZero<T> wrapper type.Simon Sapin2018-12-261-4/+2
* Remove licensesMark Rousskov2018-12-251-10/+0
* Fix BTreeSet and BTreeMap gdb pretty-printersTom Tromey2018-11-211-26/+0
* pretty printing for btreemapUnknown2018-08-151-0/+21
* pretty print BTreeSetfukatani2018-08-061-0/+22
* pretty print for std::collections::vecdequeUnknown2018-07-291-0/+33
* Add compat_str() which works with unicode in both Python 2 and 3gentoo902017-06-091-0/+5
* Add GDB pretty-printer for OsStringgentoo902017-06-021-0/+9
* Add pretty printing of unions in debuggersPhilip Craig2017-01-011-6/+10
* pep8 prefers triple quoted with double quotesEitan Adler2016-09-171-1/+1
* gdb: Fix pretty-printing special-cased Rust typesSebastian Ullrich2016-08-101-0/+17
* Added a pretty printer for &mut slicesNikhil Shagrithaya2016-07-041-1/+1
* fix pretty printers to handle new VecAlexis Beingessner2015-07-171-9/+7
* debuginfo: Create common debugger pretty printer module.Michael Woerister2015-05-301-0/+328