[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
Mon Mar 17 11:32:45 PDT 2025
JDevlieghere wrote:
The unit tests are crashing because the new test correctly initializes and terminates the debugger and there's a double free in the `SBCommandInterpreterTest` (which conveniently wasn't doing that). I'll put up a separate PR to fix that.
https://github.com/llvm/llvm-project/pull/131404
More information about the lldb-commits
mailing list