[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.
Loading
Please sign in to comment