[Lldb-commits] [PATCH] Fix swig interface for SBTarget.Launch
zephyr zhao
zephyr.git at gmail.com
Mon Oct 20 23:11:47 PDT 2014
Launch has two overloaded versions. One version has list type, which
cannot be handled properly by swig.
This patch renames Launch(SBLaunchInfo&, SBError&) to Launch2.
http://reviews.llvm.org/D5878
Files:
scripts/Python/interface/SBTarget.i
test/api/multiple-debuggers/multi-process-driver.cpp
test/python_api/event/TestEvents.py
test/python_api/process/io/TestProcessIO.py
test/python_api/target/TestTargetAPI.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5878.15166.patch
Type: text/x-patch
Size: 3515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141021/7d1a3b3d/attachment.bin>
More information about the lldb-commits
mailing list