[all-commits] [llvm/llvm-project] 37b0b0: [lldb] Add class property for the version string (...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Jun 27 08:30:24 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 37b0b0f7d2b67fedd347a4011582802303657e69
https://github.com/llvm/llvm-project/commit/37b0b0f7d2b67fedd347a4011582802303657e69
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M lldb/bindings/interface/SBDebuggerExtensions.i
M lldb/test/API/python_api/debugger/TestDebuggerAPI.py
Log Message:
-----------
[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()`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list