[Lldb-commits] [PATCH] D48801: Add new API to SBTarget and SBModule classes.
Alexander Polyakov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 2 15:50:02 PDT 2018
apolyakov added inline comments.
================
Comment at: packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py:54
+ self.setTearDownCleanup(dictionary=d)
+ self.find_compile_units('b.out')
+
----------------
aprantl wrote:
> shouldn't this be `self.getBuildArtifact('b.out')`?
Do you mean: shouldn't `self.getBuildArtifact` be as a `find_compile_units` parameter?
https://reviews.llvm.org/D48801
More information about the lldb-commits
mailing list