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

Ebuka Ezike via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 17 10:46:38 PST 2025


da-viper wrote:

>Can you verify that none of these methods were cherry-picked to 21.x?

@bulbazord 

built all three branches and stripped the dynamic symbols using 

```sh
# awk get the last column and reprove the suffix '@.*'
nm -D ./lib/liblldb.so.21.1.0  | awk '{ symbol = $NF; sub(/@.*/, "", symbol); print symbol }' | c++filt | grep -i lldb::SB | sort > ~/logs/21.1.log
```

for completeness I attached the logs. 

[22.0.log](https://github.com/user-attachments/files/24219790/22.0.log) `main branch`
[21.x.log](https://github.com/user-attachments/files/24219791/21.x.log) `21.x branch`
[21.1.log](https://github.com/user-attachments/files/24219794/21.1.log) `llvmorg-21.1.0 tag` 




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


More information about the lldb-commits mailing list