[Lldb-commits] [lldb] [lldb] Adding const modifier to SBAddress methods (PR #142275)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Sat May 31 10:25:46 PDT 2025
https://github.com/JDevlieghere requested changes to this pull request.
Yes, unfortunately this is ABI breaking. The const qualifier is encoded in the mangling (it'll add a `K`). You can confirm this yourself by running `nm` over the liblldb before and after adding the const qualifier
https://github.com/llvm/llvm-project/pull/142275
More information about the lldb-commits
mailing list