LLDB (debugger)

LLDB
Developer(s) LLVM Developer Group
Repository Edit this at Wikidata
Written in C++
Operating system macOS i386 and x86-64, Linux, FreeBSD, Windows
Type Debugger
License University of Illinois/NCSA Open Source License[1]
Website lldb.llvm.org

The LLDB Debugger (LLDB) is a software debugger. It is built as a set of reusable components which extensively use existing libraries from the larger LLVM Project, such as the Clang expression parser and LLVM disassembler.

All of the code in the LLDB project is free and open-source software subject to the terms of the University of Illinois/NCSA Open Source License,[1] a permissive free software licence, as is the case with other parts of the LLVM project.

Current state

Although LLDB is in early development, it is mature enough to support basic debugging of programs written in C, Objective-C, C++ and Swift.

LLDB is known to work on macOS, Linux, FreeBSD, and Windows[2] and supports i386, x86-64 and ARM instruction sets.[3] It is used as a default debugger for Xcode 5 and later versions.

See also

References

  1. 1 2 "LLVM Release License"
  2. "LLVM Project Blog".
  3. "LLDB Status". Retrieved March 4, 2013.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.