[Lldb-commits] [PATCH] D13679: Fix TestTargetAPI.py test for users who use Swig 3.0.5 or greater.
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 12 15:49:23 PDT 2015
zturner added a comment.
Prior to this patch, what was the behavior of using SetErrorStringWithFormat with an argument that was not a string?
Can you add a test to `fuzz_obj` that calls `SetErrorStringWithFormat("%d", 10)` and run it against SWIG 3.0.2 and see what happens?
http://reviews.llvm.org/D13679
More information about the lldb-commits
mailing list