使用LLDB进行调试时,如何打印一个数组:p *(int(*)[10])ptr或者是从ptr的第3个元素开始显示10个元素p *(int(*)[10])&ptr[3]
posted on 2019-08-22 19:49 kenny.wmh 阅读(192) 评论(0) 编辑 收藏 举报