什么是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.
LLDB是下一代高性能调试器。 它构建为一组可重用的组件,可以高度利用较大的LLVM项目中的现有库,例如Clang表达式解析器和LLVM反汇编程序。
LLDB is the default debugger in Xcode on Mac OS X and supports debugging C, Objective-C and C++ on the desktop and iOS devices and simulator.
LLDB是Mac OS X上Xcode的默认调试器,支持在桌面和iOS设备和模拟器上调试C,Objective-C和C ++。
All of the code in the LLDB project is available under the standard LLVM License, an open source "BSD-style" license.
LLDB项目中的所有代码都是在标准LLVM许可证下提供的,这是一种开源的“BSD风格”许可证。
如果感兴趣的画可以去LLVM官方网站查看。
我理解LLDB 是 low level debugger 的缩写,就是和LLVM一起配的。如果不对的请知道的代码🐒讲一下,我改。
网友评论