about summary refs log tree commit diff
path: root/src/etc/lldb_providers.py
AgeCommit message (Expand)AuthorLines
2021-04-06Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0ortem-6/+8
2021-03-16feat: Update hashbrown to instantiate less llvm IRMarkus Westerlind-1/+1
2021-02-06Resolve typedef in HashMap lldb pretty-printer only if possibleortem-1/+3
2020-11-20Resolve typedefs in HashMap gdb/lldb pretty-printersortem-1/+1
2020-09-08Implement HashSet in terms of hashbrown::HashSetMatt Brubeck-1/+12
2020-08-07Handle new HashMap layout in GDB and LLDBAmanieu d'Antras-2/+9
2020-06-09Implement new gdb/lldb pretty-printersortem-0/+715