·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.

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에서 사용할 수 있습니다

소스 저장소는 어디인가요?

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

상세

카테고리
</>개발 도구
출처
skills.sh
최초 등록
2026-02-22