| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-06-09 | Implement new gdb/lldb pretty-printers | ortem | -3/+3 | |
| 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. | ||||
| 2020-02-16 | Ignore GDB versions with broken str printing. | spunit262 | -0/+1 | |
| https://sourceware.org/bugzilla/show_bug.cgi?id=22236 | ||||
| 2019-03-06 | rust-lldb: fix crash when printing empty string | Andy Russell | -0/+35 | |
