[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
Wed Jun 20 11:30:30 PDT 2018


aprantl added a comment.

In https://reviews.llvm.org/D47991#1138029, @jingham wrote:

> Won't this break client code that was calling StepOver?  We are pretty serious about maintaining binary compatibility with the SB API's.


Yeah, we can't replace existing function calls: The C++ name mangling could change, and the calling convention could change, too, depending on how big SBError is.


https://reviews.llvm.org/D47991





More information about the lldb-commits mailing list