lldb 调试技巧

iOS lldb

地址断点

br s -a 0x1ce1bb

函数名字断点

br s -n decryptStr

函数名字所有断点

br s -M decryptStr