当前位置: 首页 > 工具软件 > LLDB > 使用案例 >

查询lldb路径

严柏
2023-12-01

查询lldb路径,终端输入

lldb -P

得到结果如下

/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Resources/Python

终端输入

ls -l /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Resources/Python

得到结果

drwxr-xr-x  9 root  wheel  288  5  8 12:01 lldb

就找到lldb了。

 类似资料: