LLDB (debugger)

LLDB
Developer(s) LLVM Developer Group
Written in C++
Operating system Mac OS X 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 OS X, Linux, FreeBSD, and Windows[2] and supports i386, x86-64 and ARM instruction sets.[3] It is used as a default debugger for Xcode 4.3 and later versions.

See also

References

External links

This article is issued from Wikipedia - version of the 10/15/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.