0

我正在使用 xcode 4.6:我想使用 lldb 进行调试:

IFC_findComments:foreignId:offset:source:noCache:] [第5669行]:IFC_findCommentsXXXX 2013-02-21 18:26:06.478 myshine[1545:707] -[AppDelegate applicationDidReceiveMemoryWarning:] [第467行]:applicationDidReceiveMemoryWarning

myshine(1545,0x2ffcc000) malloc: * 对象 0x8e4a14 错误:已释放对象的校验和不正确 - 对象可能在被释放后被修改。*在 malloc_error_break 中设置断点进行调试

(lldb)  malloc_history 1545 0x2ffcc000
(lldb) shell malloc_history 1545 0x2ffcc000

(lldb)

但是如果我输入 shell malloc_history 1545 0x2ffcc000 什么都看不到

4

1 回答 1

0

malloc_history 和 shell 都不是有效的 LLDB 命令。我很惊讶 LLDB 至少没有抱怨这一点。

于 2013-02-22T05:47:57.923 回答