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.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Two initial comments:
- applying the diff failed for me:
$ patch -p0 <D5878.diff
patching file scripts/Python/interface/SBTarget.i
Hunk #1 succeeded at 279 with fuzz 2 (offset -146 lines).
patching file test/api/multiple-debuggers/multi-process-driver.cpp
patching file test/python_api/event/TestEvents.py
Hunk #1 FAILED at 161.
Hunk #2 FAILED at 229.
2 out of 2 hunks FAILED -- saving rejects to file test/python_api/event/TestEvents.py.rej
patching file test/python_api/process/io/TestProcessIO.py
patching file test/python_api/target/TestTargetAPI.py
Could you re generate this diff please?
- Could you use a more descriptive name than Launch2 please?
Comment Actions
I didn't see Enrico's comment show up in this reviews.llvm.org record - but is this change still needed after his fix in r220306?