How to Install lldb in Ubuntu 18.04



Install lldb by entering the following commands in the terminal:

sudo apt update
sudo apt install lldb

Description:

Next generation, high-performance debugger

LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This is a dependency package providing the default version of lldb.

Version: 1:6.0-41~exp4

Section: universe/devel