lldb + python for ios developers

Post on 20-Aug-2015

160 Views

Category:

Software

5 Downloads

Preview:

Click to see full reader

TRANSCRIPT

LLDB + Python

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

LLDB

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

Links

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

top related