about summary refs log tree commit diff
path: root/src/test/debuginfo/rc_arc.rs
AgeCommit message (Collapse)AuthorLines
2020-06-09Implement new gdb/lldb pretty-printersortem-0/+37
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.