2012年11月2日

在应用里调用app store 评分页面

摘要: [[UIApplication sharedApplication] openURL: [NSURL URLWithString:@"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=477935039"]]; 阅读全文

posted @ 2012-11-02 17:21 kiao295338444 阅读(138) 评论(0) 推荐(0) 编辑

使用instrument查找EXC_BAD_ACCESS问题

摘要: You can see the malloc stack if you debug using instruments.I encountered the same problem as you and similarly wanted to know how to get the malloc history when using lldb. Sadly I didn't find a nifty command likemalloc-historyfound in gdb. To be honest I just switched my debugger over, but I f 阅读全文

posted @ 2012-11-02 17:20 kiao295338444 阅读(247) 评论(0) 推荐(0) 编辑

用lookup 查看llvm的内存对象

摘要: image lookup --address 0xec509b详细:http://lldb.llvm.org/lldb-gdb.html 阅读全文

posted @ 2012-11-02 17:19 kiao295338444 阅读(172) 评论(0) 推荐(0) 编辑

导航