about summary refs log tree commit diff
path: root/src/etc/lldb_lookup.py
AgeCommit message (Collapse)AuthorLines
2023-04-20Spelling tools/compiletestJosh Soref-1/+1
spelling: exactly spelling: synthetic Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-08-24Add GDB/LLDB pretty-printers for NonZero typesArtem Mukhin-0/+3
2020-09-08Implement HashSet in terms of hashbrown::HashSetMatt Brubeck-1/+1
2020-06-09Implement new gdb/lldb pretty-printersortem-0/+115
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.