文件名称:lowmad:用于在LLDB中管理脚本和配置的命令行工具
文件大小:62KB
文件格式:ZIP
更新时间:2024-04-10 11:16:08
Swift
用于在LLDB中管理脚本和配置的命令行工具。 特征 从存储库中递归地获取所有LLDB脚本 $ lowmad install git@github.com:bangerang/lldb_commands.git 或只是一部分脚本 $ lowmad install git@github.com:bangerang/lldb_commands.git find_label instruction 产生一个新的脚本 $ lowmad generate my_script 而已!您已经可以使用新脚本了!重新启动您的LLDB调试会话,或者只是重新加载当前会话 (lldb) command source ~/.lldbinit (lldb) my_script lowmad为您维护一个清单文件,其中包含所有已安装的脚本。该文件还可以存储您的LLDB初始化配置。如果要与其他人共享脚本或设置新计算机,这将
【文件预览】:
lowmad-main
----lowmad.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(90KB)
--------LowmadKit_Info.plist(723B)
--------LowmadCLI_Info.plist(723B)
--------World_Info.plist(723B)
--------Git_Info.plist(723B)
--------Files_Info.plist(723B)
--------lowmadTests_Info.plist(723B)
--------Rainbow_Info.plist(723B)
--------xcshareddata()
--------SwiftCLI_Info.plist(723B)
--------Shell_Info.plist(723B)
----LICENSE(1KB)
----Sources()
--------LowmadKit()
--------Shell()
--------World()
--------LowmadCLI()
--------Git()
--------Lowmad()
----Package.swift(1KB)
----logo_transparent.png(26KB)
----.gitignore(2KB)
----Package.resolved(840B)
----Tests()
--------LinuxMain.swift(114B)
--------LowmadTests()
----README.md(3KB)