Stability of Python API

Hi,

I want to write about lldb and the python API for the third edition of
Advanced Mac OS X Programming. http://lldb.llvm.org/ says that the
public API has not been finalized (although I recall seeing the same
thing when lldb was announced at WWDC last year). Do you think the
python API (and lldb's basic command-line interface) is stable enough
to cook into dead trees?

Thanks,
++md

The API will be subject to change so I don't believe it is ready to cook into a book just yet. Although we have released this with Xcode, there are still many areas that we need to improve and have an API review on, so there can potentially be many changes coming in the near future.

Greg Clayton