[Lldb-commits] [lldb] [lldb] Expose the Target API lock through the SB API (PR #131404)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 19 09:10:19 PDT 2025
JDevlieghere wrote:
> The one remaining question seems to be: Should we also support (and test) this API from Python? Also see comments in the RFC
Yup, this patch now makes SBlock available from Python and Lua. I didn't add the test yet because I wanted to add the `__enter__` and `__exit__` methods you suggested first.
https://github.com/llvm/llvm-project/pull/131404
More information about the lldb-commits
mailing list