Transcript
Page 1: LLDB + Python for iOS developers

LLDB + Python

Page 2: LLDB + Python for iOS developers

Collection of modular and reusable compiler and toolchain technologies.● LLVM Core - libraries for optimizing and

code generation● Clang - C, C++, Objective-C compiler● Clang Static Analizer● LLDB

LLVM Compiler infrastructure

Page 3: LLDB + Python for iOS developers

LLDB

“Low Level Debugger”OpensourceUse LLVM libs: disassembler, Clang expression parserSupports C, C++, Objective-CPython API

Page 4: LLDB + Python for iOS developers

Links

llvm.orglldb.llvm.orgwww.python.orggithub.com/facebook/chiselgithub.com/alexsosn/chisel/tree/demo


Top Related