# LLDB
*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.*
https://lldb.llvm.org/index.html
## Resources
### [LLDB Tutorial](https://lldb.llvm.org/use/tutorial.html)
### [GDB to LLDB command map](https://lldb.llvm.org/use/map.html)