RSSAmplifier

Jonas Devlieghere · Dec 22, 2019

Lua Scripting in LLDB

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

LLDB is the debugger developed as part of the LLVM project. It is probably most known as the debugger in Xcode, but many use it as an alternative to GDB . Scripting in LLDB One thing that makes LLDB really powerful is how scriptable it is. It has a stable C++ API, called the SB API or Scripting Bridge API, which is accessible through Python. Following LLVM’s model of reusable components,…

Read on jonasdevlieghere.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.