[Lldb-commits] [lldb] [lldb][API] Make SB-API functions const if possible. (PR #172687)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 17 11:14:46 PST 2025


https://github.com/medismailben requested changes to this pull request.

As much as I like this, technically this is ABI breaking since the mangling of those method will change.

The best you can do here is have overloads for each non-const method and mark the old methods deprecated.

https://github.com/llvm/llvm-project/pull/172687


More information about the lldb-commits mailing list