macOS
brew install lldblocal Homebrew formula metadata
brew / rank 7262
Next generation, high-performance debugger. Version 23.1.1 via Homebrew; verified 2026-09-10. Also installable with debian: sudo apt install lldb.
install
brew install lldblocal Homebrew formula metadata
sudo apk add lldbAlpine Linux edge package indexes · lldb · source: dl-cdn.alpinelinux.org
sudo apt install lldbDebian stable package indexes · lldb · source: deb.debian.org
sudo dnf install lldbFedora Rawhide package metadata · lldb · source: dl.fedoraproject.org
nix profile install nixpkgs#lldbnixpkgs package indexes · lldb · source: raw.githubusercontent.com
sudo pacman -S lldbArch Linux sync databases · lldb · source: geo.mirror.pkgbuild.com
sudo zypper install lldbopenSUSE Tumbleweed package metadata · lldb · source: download.opensuse.org
overview
Next generation, high-performance debugger
history
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.
security posture
No matching local secret-handling manifest was found for lldb. Package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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./.lldbinitexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
lldb | cli | global executable | |
lldb-argdumper | cli | global executable | |
lldb-dap | cli | global executable | |
lldb-instr | cli | global executable | |
lldb-mcp | cli | global executable | |
lldb-server | cli | global executable | |
lldb-tblgen | cli | global executable | |
yaml2macho-core | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/llvm/llvm-project
install metadata
| Package key | brew:lldb |
|---|---|
| Version | 23.1.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/lldb |
| Homepage | https://lldb.llvm.org/ |
| Repository | https://github.com/llvm/llvm-project |
| Upstream docs | https://lldb.llvm.org/ |
| License | Apache-2.0 WITH LLVM-exception |
| Source archive | https://github.com/llvm/llvm-project/releases/download/llvmorg-23.1.0/llvm-project-23.1.0.src.tar.xz |
| Last updated | 2026-09-10T19:45:06Z |
| Pulse | updated |
| Dependencies | llvm, python@3.14, xz, z3, zstd |
| Build dependencies | cmake, ninja, swig |
| Uses from macOS | libedit, libxml2, ncurses |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 lldbsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.