Harman Patil (Editor)

LLDB (debugger)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
LLVM Developer Group

Written in
  
C++

Repository
  
llvm.org/git/lldb.git

Type
  
Debugger

Operating system
  
Mac OS X i386 and x86-64, Linux, FreeBSD, Windows

License
  
University of Illinois/NCSA Open Source License

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, 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 and supports i386, x86-64 and ARM instruction sets. It is used as a default debugger for Xcode 4.3 and later versions.

References

LLDB (debugger) Wikipedia