summary refs log tree commit diff stats
path: root/tools/debug/nimlldb.py
Commit message (Collapse)AuthorAgeFilesLines
* Update LLDB debug script + Add Custom Nim formatters (#21517)Joey2023-03-191-0/+1380
* Fix custom objects, fix handling of nil variables * Rename because lldb complains about dashes in filename * Add example of how to use custom type formatting from Nim * Add synthetic objects with dynamic fields and add an example