2013-02-21 28 views
0

我正在使用的xcode 4.6:我想使用LLDB調試:LLDB debuge(LLDB)殼malloc_history 1545 0x2ffcc000

IFC_findComments:foreignId:偏移量:源: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)

,但如果我輸入外殼malloc_history 1545 0x2ffcc000沒有看到任何

+0

這有幫助嗎? http://stackoverflow.com/questions/9738994/lldb-equivalent-to-gdbs-info-malloc-history-address-command – trojanfoe 2013-02-21 10:58:23

回答

0

無論malloc_history不肯付錢是有效LLDB命令。 我很驚訝LLDB至少對此抱怨。