pkg.soopen package index

brew / Rang 7262

lldb mit Homebrew, apk, apt, dnf, Nix, pacman, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für lldb in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install lldb

local Homebrew formula metadata

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add lldb

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

Debian aptverifiziert · 92%
sudo apt install lldb

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

Fedora dnfverifiziert · 92%
sudo dnf install lldb

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

Nixverifiziert · 92%
nix profile install nixpkgs#lldb

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

Arch Linux pacmanverifiziert · 92%
sudo pacman -S lldb

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

openSUSE zypperverifiziert · 92%
sudo zypper install lldb

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

Überblick

Paketzusammenfassung

Next generation, high-performance debugger

Befehle und Aliase

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

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

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

Sicherheitslage

Noch keine Protected-Tool-Abdeckung gefunden

Für lldb wurde kein passendes lokales Secret-Handling-Manifest gefunden. Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Installiert mit 5 Laufzeitabhängigkeiten.
  • Build-Metadaten listen 3 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

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

Installierte Executables

BefehlArtSichtbarkeitHinweis
lldbcliglobales Executable
lldb-argdumpercliglobales Executable
lldb-dapcliglobales Executable
lldb-instrcliglobales Executable
lldb-mcpcliglobales Executable
lldb-servercliglobales Executable
lldb-tblgencliglobales Executable
yaml2macho-corecliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-09-19
Manager-Version23.1.1
Manager aktualisiert2026-09-10
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

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

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:lldb
Version23.1.1
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/lldb
Homepagehttps://lldb.llvm.org/
Repositoryhttps://github.com/llvm/llvm-project
Upstream-Dokumentationhttps://lldb.llvm.org/
LizenzApache-2.0 WITH LLVM-exception
Quellarchivhttps://github.com/llvm/llvm-project/releases/download/llvmorg-23.1.0/llvm-project-23.1.0.src.tar.xz
Zuletzt aktualisiert2026-09-10T19:45:06Z
Pulseupdated
Abhängigkeitenllvm, python@3.14, xz, z3, zstd
Build-Abhängigkeitencmake, ninja, swig
Von macOS bereitgestellte Bibliothekenlibedit, libxml2, ncurses
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

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-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • 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