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

Alexander Polyakov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 11 10:21:58 PDT 2018


apolyakov added a comment.

In https://reviews.llvm.org/D47991#1128477, @labath wrote:

> In https://reviews.llvm.org/D47991#1128433, @aprantl wrote:
>
> > 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?
>
>
> scripts/interface/SBThread.i


Do you know what is the difference between `autodoc` and `docstring` there?


https://reviews.llvm.org/D47991





More information about the lldb-commits mailing list