[Lldb-commits] [PATCH] D47991: Improve SBThread's stepping API using SBError parameter.

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 11 13:19:36 PDT 2018


aprantl added a comment.

Have you looked into making the error the first vs the last argument? If the majority of all SBAPI calls put the error last, we should do this here, too.


https://reviews.llvm.org/D47991





More information about the lldb-commits mailing list