·lldb

C/C++/Swift/Objective-C 程序的 LLDB 调试器技能。在 macOS、FreeBSD 或 Linux-clang 环境中使用 LLDB 进行调试、将 GDB 心理模型映射到 LLDB 命令、在 Xcode 或 VS Code 中使用 LLDB 或调试 Swift/Objective-C 时使用。在有关 LLDB 命令、GDB 到 LLDB 迁移、Apple 平台调试、LLDB Python 脚本或使用 clang 构建的二进制文件进行 IDE 集成调试的查询时激活。

29安装·0热度·@mohitmishra786

安装

$npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill lldb

如何安装 lldb

通过命令行快速安装 lldb AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill lldb
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:mohitmishra786/low-level-dev-skills。

SKILL.md

查看原文

Guide agents through LLDB sessions and map existing GDB knowledge to LLDB. Covers command differences, Apple specifics, Python scripting, and IDE integration.

| run [args] | process launch [args] / r | | | continue | process continue / c | | | next | thread step-over / n | | | step | thread step-in / s | | | nexti | thread step-inst-over / ni | | | stepi | thread step-inst / si | | | finish | thread step-out / finish | | | break main | breakpoint set -n main / b main | |

| break file.c:42 | breakpoint set -f file.c -l 42 / b file.c:42 | | | break 0x400abc | breakpoint set -a 0x400abc / b -a 0x400abc | | | watch x | watchpoint set variable x / wa s v x | | | print x | frame variable x / p x | | | print/x x | p/x x | | | info locals | frame variable / fr v | | | info args | frame variable --arguments | |

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill lldb
分类
</>开发工具
认证
收录时间
2026-02-22
更新时间
2026-03-10

Browse more skills from mohitmishra786/low-level-dev-skills

快速解答

什么是 lldb?

C/C++/Swift/Objective-C 程序的 LLDB 调试器技能。在 macOS、FreeBSD 或 Linux-clang 环境中使用 LLDB 进行调试、将 GDB 心理模型映射到 LLDB 命令、在 Xcode 或 VS Code 中使用 LLDB 或调试 Swift/Objective-C 时使用。在有关 LLDB 命令、GDB 到 LLDB 迁移、Apple 平台调试、LLDB Python 脚本或使用 clang 构建的二进制文件进行 IDE 集成调试的查询时激活。 来源:mohitmishra786/low-level-dev-skills。

如何安装 lldb?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill lldb 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/mohitmishra786/low-level-dev-skills

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-22