about summary refs log tree commit diff
path: root/src/etc/lldb_rust_formatters.py
AgeCommit message (Expand)AuthorLines
2020-06-09Implement new gdb/lldb pretty-printersortem-305/+0
2020-02-08shorten comment blocks to < 100 charactersChris Simpkins-4/+4
2020-02-08remove unnecessary import statement, PEP8 format spacingChris Simpkins-22/+26
2019-03-06rust-lldb: fix crash when printing empty stringAndy Russell-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-23fix typos in various placesMatthias Krüger-1/+1
2017-01-01Add pretty printing of unions in debuggersPhilip Craig-1/+3
2016-09-17pep8 prefers triple quoted with double quotesEitan Adler-5/+5
2016-08-10gdb: Fix pretty-printing special-cased Rust typesSebastian Ullrich-19/+2
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