如何打印资源链的当前状态?

时间:2011-03-07 16:13:55

标签: macos resources macos-carbon

Resource Manager Reference说:

  

资源管理器会跟踪   内存中的资源和提供   适当管理的功能   资源链。

有没有办法从GDB检查资源链 - 打印它的当前状态等?如果是这样,怎么样?

1 个答案:

答案 0 :(得分:0)

Eric Sc​​hlegel在此message

中回答了关于Carbon-Dev邮件列表的问题

是:

(gdb) call (void)PrintResourceChain(0)
The parameter should be 0 or 1: 0 for walking the resource map data structures directly, 1 for using API to walk the resource chain.

他还指出,可能无法在任何地方记录。