• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

ios - 与 `-n` 选项相比,LLDB 中的 `image lookup` 选项到 `-s` 的操作如何?

[复制链接]
菜鸟教程小白 发表于 2022-12-13 16:12:33 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题

我知道 -s 选项会在符号表 (image dump symtab) 中搜索与 匹配的符号。

但是,我不明白 -n 选项是如何工作的。它从 -s 返回不同的结果,如果它没有在符号表中搜索函数/符号,它在哪里寻找

帮助图片查找:

-s <symbol> ( --symbol <symbol> )
            Lookup a symbol by name in the symbol tables in one or more target modules.

-n <function-or-symbol> ( --name <function-or-symbol> )
            Lookup a function or symbol by name in one or more target modules.



Best Answer-推荐答案


官方GDB to LLDB command map reference说:

This one finds debug symbols:
(lldb) image lookup -r -n <FUNC_REGEX>

This one finds non-debug symbols:
(lldb) image lookup -r -s <FUNC_REGEX>

Provide a list of binaries as arguments to limit the search. 

所以,image lookup -n 只搜索调试符号,而 image lookup -s 搜索非调试符号。

关于ios - 与 `-n` 选项相比,LLDB 中的 `image lookup` 选项到 `-s` 的操作如何?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57866267/

回复

使用道具 举报

懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注0

粉丝2

帖子830918

发布主题
阅读排行 更多
广告位

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap