[Lldb-commits] [PATCH] D13679: Fix TestTargetAPI.py test for users who use Swig 3.0.5 or greater.

Adrian McCarthy via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 12 16:38:38 PDT 2015


amccarth added a comment.

Adding Greg Clayton for advice on how to proceed.

Swig documentation talked about the peril of varargs methods:  http://www.swig.org/Doc3.0/Varargs.html#Varargs

The fact that it appears to work with 3.0.2 seems to be a bug in 3.0.2.

My proposal is in this patch.  An alternate idea would be to remove SetErrorStringWithFormat from the SB API, but I know we don't like to remove things from the API.


http://reviews.llvm.org/D13679





More information about the lldb-commits mailing list