about summary refs log tree commit diff
path: root/src/etc/gdb_rust_pretty_printing.py
AgeCommit message (Expand)AuthorLines
2020-06-09Implement new gdb/lldb pretty-printersortem-466/+0
2020-03-26Test and fix gdb pretty printing againStein Somers-2/+2
2020-03-21Test pretty printing more and fix overzealous type substitutionStein Somers-1/+1
2020-03-20Fix debugger pretty printing of BTreesMark Rousskov-13/+21
2020-02-08PEP8 format spacingChris Simpkins-20/+23
2019-11-20made gdb pretty-printing script more robust when printing uninitialized vec.Felix S. Klock II-1/+11
2019-01-28fix gdb debug printingRalf Jung-5/+6
2019-01-15[rust-gdb] relax the GDB version regexJosh Stone-1/+1
2018-12-26Remove the private generic NonZero<T> wrapper type.Simon Sapin-3/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-12Disable btree pretty-printers on older gdbsTom Tromey-2/+13
2018-11-25Rollup merge of #56144 - tromey:Bug-55771-btreemap, r=alexcrichtonPietro Albini-29/+41
2018-11-24Rollup merge of #55767 - tromey:disable-some-pretty-printers, r=alexcrichtonkennytm-18/+25
2018-11-21Fix BTreeSet and BTreeMap gdb pretty-printersTom Tromey-29/+41
2018-11-19Disable some pretty-printers when gdb is rust-enabledTom Tromey-18/+25
2018-11-14Fix VecDeque pretty-printerTom Tromey-3/+11
2018-10-28Remove unused re import in gdb_rust_pretty_printingKonrad Borowski-1/+0
2018-10-09fix tidyJorge Aparicio-3/+5
2018-10-09gdb_rust_pretty_printing: adapt to the changes in the layout of btree::LeafNodeJorge Aparicio-4/+10
2018-09-29Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"Ralf Jung-12/+4
2018-09-22fix tidyJorge Aparicio-3/+5
2018-09-22gdb_rust_pretty_printing: adapt to the changes in the layout of btree::LeafNodeJorge Aparicio-4/+10
2018-08-15pretty printing for btreemapUnknown-0/+30
2018-08-13fix behaviorUnknown-3/+2
2018-08-13bug fixUnknown-1/+1
2018-08-06pretty print BTreeSetfukatani-0/+27
2018-07-29fix coding styleUnknown-2/+4
2018-07-29pretty print for std::collections::vecdequeUnknown-0/+23
2017-10-06Implement display_hint in gdb pretty printersTom Tromey-4/+11
2017-06-09Add compat_str() which works with unicode in both Python 2 and 3gentoo90-1/+1
2017-06-02Add separate GDB pretty-printer for empty structsgentoo90-2/+12
2017-06-02Add GDB pretty-printer for OsStringgentoo90-0/+18
2017-05-30Fix 'invalid literal for int()' exception with unicode in pretty-printersgentoo90-1/+1
2017-05-30Fix 'invalid literal for int()' exception in pretty-printersgentoo90-1/+2
2017-05-28Fix GDB pretty-printer for tuplesgentoo90-2/+2
2016-09-17modern style classesEitan Adler-7/+7
2016-09-17make functions static where possibleEitan Adler-2/+4
2016-08-31Auto merge of #35585 - Kha:gdb-qualified, r=michaelwoeristerbors-1/+1
2016-08-17Make version check in gdb_rust_pretty_printing.py more compatible.Michael Woerister-1/+1
2016-08-10gdb: Fix pretty-printing special-cased Rust typesSebastian Ullrich-1/+1
2016-07-06etc: Comment why we're binding xrangeAlex Crichton-0/+3
2016-07-05Use lazy range in gdb pretty printersLoïc Damien-2/+6
2016-07-04Use lazy iterator in vec/slice gdb pretty printersLoïc Damien-7/+2
2016-05-12Generic encoded enums no longer crash on reference/pointer typesSteven Burns-0/+2
2015-05-30debuginfo: Create common debugger pretty printer module.Michael Woerister-230/+169
2015-04-12Add a name for tuple fields in debuginfo so that they can be accessed in debu...Michael Woerister-3/+9
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+1
2015-03-12debuginfo: Add GDB pretty printers for slices, Vec<>, and String.Michael Woerister-1/+88
2015-01-27Fix PEP8 in gdb pretty printerRicho Healey-176/+188
2015-01-04Pylinted and slightly better commentedKelvin Ly-3/+7