[Lldb-commits] [lldb] [lldb] Add try_lock to SBMutex (PR #164109)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 20 07:55:32 PDT 2025
DavidSpickett wrote:
> I don't think individual SB APIs are wort release noting, but @DavidSpickett has been championing the release notes so let's see what he thinks.
If we were already doing a better job about tracking SBAPI changes then yes they should be release noted but we aren't. A list of SBIAPI changes per release would be cool but is definitely in the "nice to have" bucket right now.
I would add a note if it was:
* A removal ("your build will break")
* A deprecation ("use this other thing")
* A high profile request or had some other reason to make publicity out of it (support for multiple address spaces for example, if that were to happen)
https://github.com/llvm/llvm-project/pull/164109
More information about the lldb-commits
mailing list