| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-08-24 | Add GDB/LLDB pretty-printers for NonZero types | Artem Mukhin | -0/+1 | |
| 2021-07-03 | Support pretty printing slices using GDB | EFanZh | -2/+2 | |
| 2020-10-06 | Remove redundant backslashes from `lldb_commands` | ortem | -17/+17 | |
| 2020-08-28 | Fix loading pretty-printers in rust-lldb script | ortem | -1/+0 | |
| 2020-06-09 | Implement new gdb/lldb pretty-printers | ortem | -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. | ||||
