Files
clang-p2996/llvm/utils/lldbDataFormatters.py
Dave Lee a4b82f7f9b [lldb] Allow lldbDataFormatters.py to be used by other names (NFC) (#65528)
Instead of hard-coding the name `lldbDataFormatters`, use `__name__` to
get the module's name.

This allows the formatters to be loaded from any path, with any
filename.
2023-09-06 13:39:45 -07:00

13 KiB