[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 08:18:29 PDT 2018


aprantl added a comment.

This looks reasonable to me, but I'd like to also hear from Greg and Jim since SBAPI changes are kind of final.



================
Comment at: include/lldb/API/SBThread.h:96
 
+  void StepOver(SBError &error,
+                lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
----------------
Where is the SBAPI documentation that is displayed on http://lldb.llvm.org ? Apparently no in this file, but it must exist *somewhere*, can you update it too, please?


https://reviews.llvm.org/D47991





More information about the lldb-commits mailing list