LLDB相当于Xcode4.1中GDB中的`po`?
GDB中有一个命令po
可以打印Objective-C对象的详细信息。 (及其描述) 在LLDB中,po
只是打印内存地址。如何在 LLDB 中看到 GDB 的类似输出?
There is a command po
in GDB which prints Objective-C object details. (with its description)
In LLDB, po
just print memory address. How can I see similar output of GDB in LLDB?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
如今已实施。为了完整起见,它是此命令的别名:
有关此命令和其他 LLDB 命令的帮助,请使用命令 help:
It is implemented nowadays. For completeness sake, it is an alias to this command:
For help with this and other LLDB commands, use the command help:
这里有一些方便的GDB 到 LLDB 命令的等效项。
Here are some handy GDB to LLDB command equivalents.
目前看来尚未实施。 http://lldb.llvm.org/status.html
It looks like not implemented yet at this time. http://lldb.llvm.org/status.html
不知道 lldb,但也许有以下效果:
Don't know lldb, but maybe something to the effect of: