[Lldb-commits] [PATCH] D47991: Add method SBThread::StepOver with SBError parameter.

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 11 09:53:17 PDT 2018


aprantl added a comment.

Hmm.. it looks like most C++ API calls don't have any documentation.

http://lldb.llvm.org/cpp_reference/html/classlldb_1_1SBThread.html#a42755a170e127881a5dd65162217f68b

It does look like the python API has more documentation.. where does that come from?
http://lldb.llvm.org/python_reference/index.html
http://lldb.llvm.org/python_reference/lldb.SBThread-class.html#StepInto


https://reviews.llvm.org/D47991





More information about the lldb-commits mailing list