[Lldb-commits] [lldb] [lldb][API] Make SB-API functions const if possible. (PR #172687)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 17 08:53:16 PST 2025
bulbazord wrote:
Can you verify that none of these methods were cherry-picked to 21.x? If they were, this change would be an ABI break.
Side note: Practically speaking this change doesn't mean that much. There's not a huge difference between a const and non-const SB object since they're opaque. On principle though I do like this kind of change.
https://github.com/llvm/llvm-project/pull/172687
More information about the lldb-commits
mailing list