about summary refs log tree commit diff
path: root/src/etc/gdb_rust_pretty_printing.py
AgeCommit message (Expand)AuthorLines
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
2015-01-04Added fix to LLDB formatterKelvin Ly-4/+4
2015-01-04Fixed GDB pretty printer moreKelvin Ly-2/+2
2015-01-04Fixed GDB pretty printer to work on enums correctlyKelvin Ly-5/+8
2014-12-02gdb: Fix pretty printer for nullable-opt enums with fat pointers.Luqman Aden-5/+11
2014-10-08debuginfo: Don't mark struct fields as artificial.Michael Woerister-1/+1
2014-08-27debuginfo: Emit different autotest debugger scripts depending on GDB version.Michael Woerister-5/+11
2014-08-27debuginfo: Add GDB pretty printers for structs and enums.Michael Woerister-0/+225