macOS
brew install lldblocal Homebrew formula metadata
brew / 順位 7262
lldb のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install lldblocal Homebrew formula metadata
sudo apk add lldbAlpine Linux edge package indexes · lldb · ソース: dl-cdn.alpinelinux.org
sudo dnf install lldbFedora Rawhide package metadata · lldb · ソース: dl.fedoraproject.org
nix profile install nixpkgs#lldbnixpkgs package indexes · lldb · ソース: raw.githubusercontent.com
sudo pacman -S lldbArch Linux sync databases · lldb · ソース: geo.mirror.pkgbuild.com
sudo zypper install lldbopenSUSE Tumbleweed package metadata · lldb · ソース: download.opensuse.org
概要
Next generation, high-performance debugger
履歴
LLDB is the LLVM project's modular, high-performance debugger and the default debugger in Xcode. It supports interactive command-line debugging, IDE integration, remote debugging, and Python scripting across several operating systems and architectures.
LLVM announced LLDB as a new subproject in June 2010. It was designed as modular debugger infrastructure reusing LLVM's disassembler, code generator, JIT, and Clang expression parser rather than as a monolithic command-line debugger.
The project matured into both a command-line debugger and a reusable API surface. Its source now resides in the LLVM monorepo, and it is released under Apache-2.0 with the LLVM exception.
LLDB became the default debugger in Xcode and expanded beyond its original macOS implementation to Linux, FreeBSD, NetBSD, and Windows. LLVM project material described it by 2016 as being used by millions of developers and as infrastructure for additional language debuggers.
Users commonly launch `lldb` with an executable, set breakpoints, inspect threads and variables, evaluate expressions, analyze crashes, or attach to running processes. Advanced workflows use Python scripts, the public debugger APIs, `lldb-server`, and IDE integrations.
LLDB reads user commands, aliases, and settings from `.lldbinit` files. Application-specific and language-REPL initialization files take precedence over the general home-directory file; a working-directory `.lldbinit` is not sourced by default for security reasons.
LLDB is a foundational developer package: distributions package its CLI and libraries separately or alongside LLVM, while IDEs consume its debugger APIs. Its close coupling to Clang, LLVM release cadence, Python scripting support, remote-debugging components, and platform-specific builds make version and packaging details operationally important.
セキュリティ状態
lldb に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.lldbinit~/.lldbinit-lldb~/.lldbinit-<application>~/.lldbinit-<language>-repl./.lldbinit実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
lldb | cli | グローバル実行可能ファイル | |
lldb-argdumper | cli | グローバル実行可能ファイル | |
lldb-dap | cli | グローバル実行可能ファイル | |
lldb-instr | cli | グローバル実行可能ファイル | |
lldb-mcp | cli | グローバル実行可能ファイル | |
lldb-server | cli | グローバル実行可能ファイル | |
lldb-tblgen | cli | グローバル実行可能ファイル | |
yaml2macho-core | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/llvm/llvm-project
インストールメタデータ
| パッケージキー | brew:lldb |
|---|---|
| バージョン | 23.1.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/lldb |
| ホームページ | https://lldb.llvm.org/ |
| リポジトリ | https://github.com/llvm/llvm-project |
| 上流ドキュメント | https://lldb.llvm.org/ |
| ライセンス | Apache-2.0 WITH LLVM-exception |
| ソースアーカイブ | https://github.com/llvm/llvm-project/releases/download/llvmorg-23.1.0/llvm-project-23.1.0.src.tar.xz |
| 最終更新 | 2026-09-10T19:45:06Z |
| Pulse | updated |
| 依存関係 | llvm, python@3.14, xz, z3, zstd |
| ビルド依存関係 | cmake, ninja, swig |
| macOS 提供ライブラリ | libedit, libxml2, ncurses |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | lldb |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | yes |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
lldb 1:19.0-63
Next generation, high-performance debugger
sudo apt install lldblldb
nix profile install nixpkgs#lldblldb 1:18.0-59~exp2
Next generation, high-performance debugger
sudo apt install lldblldb 22.1.8-r0
Next generation, high-performance debugger
sudo apk add lldblldb-dev 22.1.8-r0
Next generation, high-performance debugger (development files)
sudo apk add lldb-devlldb-doc 22.1.8-r0
Next generation, high-performance debugger (documentation)
sudo apk add lldb-docpy3-lldb 22.1.8-r0
Python3 module for LLDB
sudo apk add py3-lldbpy3-lldb-pyc 22.1.8-r0
Precompiled Python bytecode for py3-lldb
sudo apk add py3-lldb-pyclldb 22.1.8-26.fc46
Next generation high-performance debugger
sudo dnf install lldblldb 22.1.8-1
Next generation, high-performance debugger
sudo pacman -S lldblldb 22-3.2
Software debugger built using LLVM libraries
sudo zypper install lldbソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.