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

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 12 09:14:48 PDT 2018



> On Jun 12, 2018, at 9:08 AM, Adrian Prantl via Phabricator <reviews at reviews.llvm.org> wrote:
> 
> aprantl added a comment.
> 
> Hmm.. @lemo 's reasoning

What I was going to say here: Just from looking at the API documentation, it looks like default arguments are mapped into Python by SWIG, so there doesn't seem to be an additional cost to having default arguments. But maybe I'm missing something.

-- adrian


More information about the lldb-commits mailing list