pkg.soopen package index

brew / rank 7262

Install lldb with Homebrew, apk, apt, dnf, Nix, pacman, zypper

Next generation, high-performance debugger. Version 23.1.1 via Homebrew; verified 2026-09-10. Also installable with debian: sudo apt install lldb.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install lldb

local Homebrew formula metadata

Linux

Alpine Linux apkverified · 92%
sudo apk add lldb

Alpine Linux edge package indexes · lldb · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install lldb

Debian stable package indexes · lldb · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install lldb

Fedora Rawhide package metadata · lldb · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#lldb

nixpkgs package indexes · lldb · source: raw.githubusercontent.com

Arch Linux pacmanverified · 92%
sudo pacman -S lldb

Arch Linux sync databases · lldb · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install lldb

openSUSE Tumbleweed package metadata · lldb · source: download.opensuse.org

overview

Package summary

Next generation, high-performance debugger

Commands and aliases

  • lldb
  • lldb-argdumper
  • lldb-dap
  • lldb-instr
  • lldb-mcp
  • lldb-server
  • lldb-tblgen
  • yaml2macho-core

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 2010: LLVM publicly announced LLDB as a new subproject.
  • 2016: LLVM maintainers described established macOS and Linux use, growing Windows support, and adoption through IDE integrations.
  • Present: LLDB is developed in the LLVM monorepo and shipped by major Unix-like package ecosystems.

Related projects

  • LLVM supplies core compiler infrastructure used by LLDB.
  • Clang supplies LLDB's C-family expression parser and type-system integration.
  • Xcode uses LLDB as its default debugger.
  • GDB is the established debugger for which LLDB provides an official command-translation map.

security posture

No protected-tool coverage found yet

No matching local secret-handling manifest was found for lldb. Package metadata is still published here so future coverage has a stable package URL.

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 5 runtime dependencies.
  • Build metadata lists 3 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.lldbinit~/.lldbinit-lldb~/.lldbinit-<application>~/.lldbinit-<language>-repl./.lldbinit

executables

Installed executables

CommandKindExposureNote
lldbcliglobal executable
lldb-argdumpercliglobal executable
lldb-dapcliglobal executable
lldb-instrcliglobal executable
lldb-mcpcliglobal executable
lldb-servercliglobal executable
lldb-tblgencliglobal executable
yaml2macho-corecliglobal executable

freshness

Version and 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.

page generated2026-09-19
manager version23.1.1
manager updated2026-09-10
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/llvm/llvm-project

install metadata

Package metadata

Package keybrew:lldb
Version23.1.1
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/lldb
Homepagehttps://lldb.llvm.org/
Repositoryhttps://github.com/llvm/llvm-project
Upstream docshttps://lldb.llvm.org/
LicenseApache-2.0 WITH LLVM-exception
Source archivehttps://github.com/llvm/llvm-project/releases/download/llvmorg-23.1.0/llvm-project-23.1.0.src.tar.xz
Last updated2026-09-10T19:45:06Z
Pulseupdated
Dependenciesllvm, python@3.14, xz, z3, zstd
Build dependenciescmake, ninja, swig
Uses from macOSlibedit, libxml2, ncurses
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namelldb
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

lldb 1:19.0-63

Next generation, high-performance debugger

sudo apt install lldb
  • Section: devel
  • Architecture: amd64
  • Source Package: llvm-defaults
  • 1 dependencies
  • normalized package name match
  • Matched by: Lldb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: lldb from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

lldb

nix profile install nixpkgs#lldb
  • normalized package name match
  • Matched by: Lldb
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: lldb from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

lldb 1:18.0-59~exp2

Next generation, high-performance debugger

sudo apt install lldb
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: llvm-defaults
  • 1 dependencies
  • normalized package name match
  • Matched by: Lldb
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: lldb from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

lldb 22.1.8-r0

Next generation, high-performance debugger

https://llvm.org/

sudo apk add lldb
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: lldb
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Lldb
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: lldb from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

lldb-dev 22.1.8-r0

Next generation, high-performance debugger (development files)

https://llvm.org/

sudo apk add lldb-dev
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: lldb
  • 1 dependencies
  • normalized package name match
  • Matched by: Lldb
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: lldb-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

lldb-doc 22.1.8-r0

Next generation, high-performance debugger (documentation)

https://llvm.org/

sudo apk add lldb-doc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: lldb
  • normalized package name match
  • Matched by: Lldb
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: lldb-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

py3-lldb 22.1.8-r0

Python3 module for LLDB

https://llvm.org/

sudo apk add py3-lldb
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: lldb
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Lldb
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: py3-lldb from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

py3-lldb-pyc 22.1.8-r0

Precompiled Python bytecode for py3-lldb

https://llvm.org/

sudo apk add py3-lldb-pyc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: lldb
  • 1 dependencies
  • normalized package name match
  • Matched by: Lldb
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: py3-lldb-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

lldb 22.1.8-26.fc46

Next generation high-performance debugger

http://lldb.llvm.org/

sudo dnf install lldb
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: llvm
  • 18 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: Lldb
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: lldb from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/652278618dec9c023176a80c435a32a2c8154869fb0eb662c267a54df28d77d9-primary.xml.zst
pacman95%

lldb 22.1.8-1

Next generation, high-performance debugger

https://lldb.llvm.org/

sudo pacman -S lldb
  • License: Apache-2.0 WITH LLVM-exception
  • Architecture: x86_64
  • 10 dependencies
  • normalized package name match
  • Matched by: Lldb
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: lldb from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

lldb 22-3.2

Software debugger built using LLVM libraries

https://lldb.llvm.org/

sudo zypper install lldb
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Development/Tools/Debuggers
  • Architecture: x86_64
  • Source Package: llvm
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Lldb
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: lldb from https://download.opensuse.org/tumbleweed/repo/oss/repodata/d310d5a96106e1e8872a385adf98aaa23be9db5d80937a6717314e7e7f37715065c6c748ab7ccee6475d620b46979c0fe64235fc0c46988e17edf659578fcf31-primary.xml.zst

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database