apolyakov added a comment. I think we just can make old versions of API methods returning SBError in all cases. This way we'll deal with SBError and won't break down API calls. For example:
// old
void StepOver() {
...
}
// new
SBError StepOver() {
...
return sb_error;
}
https://reviews.llvm.org/D47991
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
