Install Lldb On A Debian, Ubuntu, Arch, Kali, CentOS, Fedora And Raspbian

Install Lldb On A Debian, Ubuntu, Arch, Kali, CentOS, Fedora And Raspbian

lldb

The LLVM Low-Level Debugger.

Maintainer: LLVM Packaging Team


Section: devel

Install lldb

  • Debian apt-get install lldb Click to copy
  • Ubuntu apt-get install lldb Click to copy
  • Arch Linux pacman -S lldb Click to copy
  • Kali Linux apt-get install lldb Click to copy
  • CentOS yum install lldb Click to copy
  • Fedora dnf install lldb Click to copy
  • Raspbian apt-get install lldb Click to copy

The LLVM Low-Level Debugger.

How to use lldb?

Below are few example commands for lldb that you can use in the terminal.

Debug an executable:
lldb executableClick to copy
Attach `lldb` to a running process with a given PID:
lldb -p pidClick to copy
Wait for a new process to launch with a given name, and attach to it:
lldb -w -n process_nameClick to copy
To install the latest version of lldb in your favorite operating system just copy the lldb installation command from above and paste it into terminal. It will download and install the latest version of lldb 2024 package in your OS.