Jonas Devlieghere 37b0b0f7d2
[lldb] Add class property for the version string (#145974)
Add a class property for the version string. This allows you to use
access the version string through `lldb.SBDebugger.version` instead of
having to call `lldb.SBDebugger.GetVersionString()`.
2025-06-27 08:30:02 -07:00
..