about summary refs log tree commit diff
path: root/src/etc/lldb_commands
AgeCommit message (Collapse)AuthorLines
2022-08-24Add GDB/LLDB pretty-printers for NonZero typesArtem Mukhin-0/+1
2021-07-03Support pretty printing slices using GDBEFanZh-2/+2
2020-10-06Remove redundant backslashes from `lldb_commands`ortem-17/+17
2020-08-28Fix loading pretty-printers in rust-lldb scriptortem-1/+0
2020-06-09Implement new gdb/lldb pretty-printersortem-0/+19
Replace old GDB and LLDB pretty-printers with new ones which were originally written for IntelliJ Rust. New LLDB pretty-printers support synthetic children. New GDB/LLDB pretty-printers support all Rust types supported by old pretty-printers, and also support: Rc, Arc, Cell, Ref, RefCell, RefMut, HashMap, HashSet.