summary refs log tree commit diff
path: root/src/etc/lldb_rust_formatters.py
AgeCommit message (Expand)AuthorLines
2015-05-30debuginfo: Create common debugger pretty printer module.Michael Woerister-187/+208
2015-04-12Add a name for tuple fields in debuginfo so that they can be accessed in debu...Michael Woerister-13/+15
2015-03-12debuginfo: Make LLDB pretty printer correctly handle zero-sized fields.Michael Woerister-21/+77
2015-01-27Fix PEP8 in lldb_rust_formatters.pyRicho Healey-169/+171
2015-01-04Pylinted and slightly better commentedKelvin Ly-3/+3
2015-01-04Added fix to LLDB formatterKelvin Ly-12/+12
2014-12-02lldb: Fix pretty printer for nullable-opt enums with fat pointers.Luqman Aden-2/+7
2014-11-26debuginfo: Fix LLDB pretty printer for enum variants with zero fields.Michael Woerister-4/+7
2014-11-21lldb: Clean up struct printingRicho Healey-21/+15
2014-11-20lldb: refactor print_vec_slice_valRicho Healey-10/+4
2014-11-20Add vim modeline to lldb formatterRicho Healey-0/+2
2014-10-08debuginfo: Don't mark struct fields as artificial.Michael Woerister-3/+16
2014-07-16debuginfo: Add python formatters that allow LLDB to print values with Rust sy...Michael Woerister-0/+232