[Lldb-commits] [lldb] Convert the StackFrameList mutex to a shared mutex. (PR #117252)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 13 11:54:28 PST 2024
adrian-prantl wrote:
> Yeah, I don’t disagree with that - and we’re at C++17 now already. Anyway, requiring 10.12 from 2016 seems reasonable to me.
Especially since nobody needs to run LLDB locally in order to do debugging. If you really want to debug with the very latest LLDB on a 10 year old system, you can debug remotely.
https://github.com/llvm/llvm-project/pull/117252
More information about the lldb-commits
mailing list